Skip to content

Commit bdb3d82

Browse files
authored
Update gradle dependencies and Otel to v1.19.1 (#253)
1 parent dd7aeb4 commit bdb3d82

File tree

150 files changed

+1827
-1581
lines changed

Some content is hidden

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

150 files changed

+1827
-1581
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 6 additions & 6 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.19.0"
30+
val otelVersion = "1.19.1"
3131
val otelSnapshotVersion = "1.20.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.322",
36+
"com.amazonaws:aws-java-sdk-bom:1.12.332",
3737
"com.fasterxml.jackson:jackson-bom:2.13.4.20221013",
3838
"com.google.guava:guava-bom:31.1-jre",
39-
"com.google.protobuf:protobuf-bom:3.21.7",
39+
"com.google.protobuf:protobuf-bom:3.21.9",
4040
"com.linecorp.armeria:armeria-bom:1.20.1",
41-
"io.grpc:grpc-bom:1.50.0",
41+
"io.grpc:grpc-bom:1.50.2",
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.19.0",
4444
"org.junit:junit-bom:5.9.1",
45-
"org.springframework.boot:spring-boot-dependencies:2.7.4",
45+
"org.springframework.boot:spring-boot-dependencies:2.7.5",
4646
"org.testcontainers:testcontainers-bom:1.17.5",
47-
"software.amazon.awssdk:bom:2.17.293"
47+
"software.amazon.awssdk:bom:2.18.7"
4848
)
4949

5050
val DEPENDENCY_SETS = listOf(

0 commit comments

Comments
 (0)