Skip to content

Commit c9fbc83

Browse files
authored
Update dependencies and Otel to v1.19.2 (#254)
Signed-off-by: Raphael Silva <[email protected]>
1 parent bdb3d82 commit c9fbc83

File tree

44 files changed

+72
-72
lines changed

Some content is hidden

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

44 files changed

+72
-72
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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.1"
30+
val otelVersion = "1.19.2"
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.332",
36+
"com.amazonaws:aws-java-sdk-bom:1.12.333",
3737
"com.fasterxml.jackson:jackson-bom:2.13.4.20221013",
3838
"com.google.guava:guava-bom:31.1-jre",
3939
"com.google.protobuf:protobuf-bom:3.21.9",
@@ -44,7 +44,7 @@ val DEPENDENCY_BOMS = listOf(
4444
"org.junit:junit-bom:5.9.1",
4545
"org.springframework.boot:spring-boot-dependencies:2.7.5",
4646
"org.testcontainers:testcontainers-bom:1.17.5",
47-
"software.amazon.awssdk:bom:2.18.7"
47+
"software.amazon.awssdk:bom:2.18.8"
4848
)
4949

5050
val DEPENDENCY_SETS = listOf(

0 commit comments

Comments
 (0)