Skip to content

Commit d199276

Browse files
authored
Update OTEL 13.1 dependencies and license (#168)
* update otel dep * update license
1 parent 1fc8280 commit d199276

File tree

122 files changed

+1491
-1491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+1491
-1491
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2727
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

2929
// This is the only version that affects the released artifact.
30-
val otelVersion = "1.13.0"
31-
val otelSnapshotVersion = "1.14.0"
30+
val otelVersion = "1.13.1"
31+
val otelSnapshotVersion = "1.15.0"
3232

3333
// All versions below are only used in testing and do not affect the released artifact.
3434

3535
val DEPENDENCY_BOMS = listOf(
36-
"com.amazonaws:aws-java-sdk-bom:1.12.201",
36+
"com.amazonaws:aws-java-sdk-bom:1.12.208",
3737
"com.fasterxml.jackson:jackson-bom:2.13.2.20220328",
3838
"com.google.guava:guava-bom:31.1-jre",
39-
"com.google.protobuf:protobuf-bom:3.20.0",
40-
"com.linecorp.armeria:armeria-bom:1.15.0",
41-
"io.grpc:grpc-bom:1.45.1",
39+
"com.google.protobuf:protobuf-bom:3.20.1",
40+
"com.linecorp.armeria:armeria-bom:1.16.0",
41+
"io.grpc:grpc-bom:1.46.0",
4242
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"}",
4343
"org.apache.logging.log4j:log4j-bom:2.17.2",
4444
"org.junit:junit-bom:5.8.2",
45-
"org.springframework.boot:spring-boot-dependencies:2.6.6",
45+
"org.springframework.boot:spring-boot-dependencies:2.6.7",
4646
"org.testcontainers:testcontainers-bom:1.17.1",
47-
"software.amazon.awssdk:bom:2.17.172"
47+
"software.amazon.awssdk:bom:2.17.179"
4848
)
4949

5050
val DEPENDENCY_SETS = listOf(
@@ -72,7 +72,7 @@ val DEPENDENCIES = listOf(
7272
"commons-logging:commons-logging:1.2",
7373
"com.sparkjava:spark-core:2.9.3",
7474
"com.squareup.okhttp3:okhttp:4.9.3",
75-
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.12.0",
75+
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.13.0",
7676
"io.opentelemetry.proto:opentelemetry-proto:0.11.0-alpha",
7777
"io.opentelemetry.javaagent:opentelemetry-javaagent:${if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"}",
7878
"net.bytebuddy:byte-buddy:1.12.9"

0 commit comments

Comments
 (0)