Skip to content

Commit

Permalink
Update to otel agent snapshot version (#1533)
Browse files Browse the repository at this point in the history
* Update to otel agent snapshot version

* udpate licenses
  • Loading branch information
laurit authored Nov 27, 2023
1 parent fe08670 commit 792f04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

val otelVersion = "1.32.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelInstrumentationVersion = "1.32.0"
val otelInstrumentationVersion = "1.32.0-SNAPSHOT"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.31.0-alpha"

Expand Down
4 changes: 2 additions & 2 deletions licenses/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# splunk-otel-javaagent
## Dependency License Report
_2023-11-21 16:18:08 EET_
_2023-11-23 19:33:05 EET_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.15.3`
Expand Down Expand Up @@ -274,6 +274,6 @@ _2023-11-21 16:18:08 EET_

**53** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.6.0`

**54** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `1.32.0-alpha`
**54** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `1.32.0-alpha-SNAPSHOT`


0 comments on commit 792f04e

Please sign in to comment.