@@ -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 version of the upstream instrumentation BOM
30
- val otelVersion = " 1.24 .0"
31
- val otelSnapshotVersion = " 1.25 .0"
30
+ val otelVersion = " 1.26 .0"
31
+ val otelSnapshotVersion = " 1.27 .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.459 " ,
37
- " com.fasterxml.jackson:jackson-bom:2.15.0 " ,
36
+ " com.amazonaws:aws-java-sdk-bom:1.12.470 " ,
37
+ " com.fasterxml.jackson:jackson-bom:2.15.1 " ,
38
38
" com.google.guava:guava-bom:31.1-jre" ,
39
- " com.google.protobuf:protobuf-bom:3.22.3 " ,
39
+ " com.google.protobuf:protobuf-bom:3.23.1 " ,
40
40
" com.linecorp.armeria:armeria-bom:1.23.1" ,
41
41
" io.grpc:grpc-bom:1.55.1" ,
42
42
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (! TEST_SNAPSHOTS ) " $otelVersion -alpha" else " $otelSnapshotVersion -alpha-SNAPSHOT" } " ,
43
43
" org.apache.logging.log4j:log4j-bom:2.20.0" ,
44
- " org.junit:junit-bom:5.9.2 " ,
44
+ " org.junit:junit-bom:5.9.3 " ,
45
45
" org.springframework.boot:spring-boot-dependencies:2.7.11" ,
46
- " org.testcontainers:testcontainers-bom:1.18.0 " ,
47
- " software.amazon.awssdk:bom:2.20.51 "
46
+ " org.testcontainers:testcontainers-bom:1.18.1 " ,
47
+ " software.amazon.awssdk:bom:2.20.67 "
48
48
)
49
49
50
50
val DEPENDENCY_SETS = listOf (
@@ -55,7 +55,7 @@ val DEPENDENCY_SETS = listOf(
55
55
),
56
56
DependencySet (
57
57
" org.curioswitch.curiostack" ,
58
- " 2.0 .0" ,
58
+ " 2.2 .0" ,
59
59
listOf (" protobuf-jackson" )
60
60
),
61
61
DependencySet (
@@ -71,9 +71,9 @@ val DEPENDENCY_SETS = listOf(
71
71
val DEPENDENCIES = listOf (
72
72
" commons-logging:commons-logging:1.2" ,
73
73
" com.sparkjava:spark-core:2.9.4" ,
74
- " com.squareup.okhttp3:okhttp:4.10 .0" ,
75
- " io.opentelemetry.contrib:opentelemetry-aws-xray:1.24 .0" ,
76
- " io.opentelemetry.contrib:opentelemetry-aws-resources:1.24 .0-alpha" ,
74
+ " com.squareup.okhttp3:okhttp:4.11 .0" ,
75
+ " io.opentelemetry.contrib:opentelemetry-aws-xray:1.26 .0" ,
76
+ " io.opentelemetry.contrib:opentelemetry-aws-resources:1.26 .0-alpha" ,
77
77
" io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha" ,
78
78
" io.opentelemetry.javaagent:opentelemetry-javaagent:${if (! TEST_SNAPSHOTS ) otelVersion else " $otelSnapshotVersion -SNAPSHOT" } " ,
79
79
" net.bytebuddy:byte-buddy:1.14.4"
0 commit comments