Skip to content

Commit f7bdc47

Browse files
authored
Update the dependencies and Otel Version to 1.17.0 (#199)
1 parent 8551aef commit f7bdc47

File tree

64 files changed

+155
-155
lines changed

Some content is hidden

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

64 files changed

+155
-155
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 11 additions & 11 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.16.0"
31-
val otelSnapshotVersion = "1.17.0"
30+
val otelVersion = "1.17.0"
31+
val otelSnapshotVersion = "1.18.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.269",
36+
"com.amazonaws:aws-java-sdk-bom:1.12.286",
3737
"com.fasterxml.jackson:jackson-bom:2.13.3",
3838
"com.google.guava:guava-bom:31.1-jre",
39-
"com.google.protobuf:protobuf-bom:3.21.4",
40-
"com.linecorp.armeria:armeria-bom:1.17.1",
41-
"io.grpc:grpc-bom:1.48.0",
39+
"com.google.protobuf:protobuf-bom:3.21.5",
40+
"com.linecorp.armeria:armeria-bom:1.18.0",
41+
"io.grpc:grpc-bom:1.48.1",
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.18.0",
4444
"org.junit:junit-bom:5.9.0",
45-
"org.springframework.boot:spring-boot-dependencies:2.7.2",
45+
"org.springframework.boot:spring-boot-dependencies:2.7.3",
4646
"org.testcontainers:testcontainers-bom:1.17.3",
47-
"software.amazon.awssdk:bom:2.17.240"
47+
"software.amazon.awssdk:bom:2.17.257"
4848
)
4949

5050
val DEPENDENCY_SETS = listOf(
@@ -72,10 +72,10 @@ val DEPENDENCIES = listOf(
7272
"commons-logging:commons-logging:1.2",
7373
"com.sparkjava:spark-core:2.9.4",
7474
"com.squareup.okhttp3:okhttp:4.10.0",
75-
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.16.0",
76-
"io.opentelemetry.proto:opentelemetry-proto:0.17.0-alpha",
75+
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.17.0",
76+
"io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha",
7777
"io.opentelemetry.javaagent:opentelemetry-javaagent:${if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"}",
78-
"net.bytebuddy:byte-buddy:1.12.12"
78+
"net.bytebuddy:byte-buddy:1.12.13"
7979
)
8080

8181
javaPlatform {

0 commit comments

Comments
 (0)