@@ -27,24 +27,24 @@ data class DependencySet(val group: String, val version: String, val modules: Li
27
27
val TEST_SNAPSHOTS = rootProject.findProperty(" testUpstreamSnapshots" ) == " true"
28
28
29
29
// This is the only version that affects the released artifact.
30
- val otelVersion = " 1.17 .0"
31
- val otelSnapshotVersion = " 1.18 .0"
30
+ val otelVersion = " 1.18 .0"
31
+ val otelSnapshotVersion = " 1.19 .0"
32
32
33
33
// All versions below are only used in testing and do not affect the released artifact.
34
34
35
35
val DEPENDENCY_BOMS = listOf (
36
- " com.amazonaws:aws-java-sdk-bom:1.12.286 " ,
37
- " com.fasterxml.jackson:jackson-bom:2.13.3 " ,
36
+ " com.amazonaws:aws-java-sdk-bom:1.12.307 " ,
37
+ " com.fasterxml.jackson:jackson-bom:2.13.4 " ,
38
38
" com.google.guava:guava-bom:31.1-jre" ,
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" ,
39
+ " com.google.protobuf:protobuf-bom:3.21.6 " ,
40
+ " com.linecorp.armeria:armeria-bom:1.19 .0" ,
41
+ " io.grpc:grpc-bom:1.49 .1" ,
42
42
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (! TEST_SNAPSHOTS ) " $otelVersion -alpha" else " $otelSnapshotVersion -alpha-SNAPSHOT" } " ,
43
- " org.apache.logging.log4j:log4j-bom:2.18 .0" ,
44
- " org.junit:junit-bom:5.9.0 " ,
43
+ " org.apache.logging.log4j:log4j-bom:2.19 .0" ,
44
+ " org.junit:junit-bom:5.9.1 " ,
45
45
" org.springframework.boot:spring-boot-dependencies:2.7.3" ,
46
46
" org.testcontainers:testcontainers-bom:1.17.3" ,
47
- " software.amazon.awssdk:bom:2.17.257 "
47
+ " software.amazon.awssdk:bom:2.17.278 "
48
48
)
49
49
50
50
val DEPENDENCY_SETS = listOf (
0 commit comments