File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333 " com.google.protobuf:protobuf-bom:3.14.0" ,
3434 " com.linecorp.armeria:armeria-bom:1.4.0" ,
3535 " io.grpc:grpc-bom:1.35.0" ,
36- " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (! TEST_SNAPSHOTS ) " 1.0.0 -alpha" else " 1.1.0-alpha-SNAPSHOT" } " ,
36+ " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (! TEST_SNAPSHOTS ) " 1.0.1 -alpha" else " 1.1.0-alpha-SNAPSHOT" } " ,
3737 " org.apache.logging.log4j:log4j-bom:2.14.0" ,
3838 " org.junit:junit-bom:5.7.0" ,
3939 " org.springframework.boot:spring-boot-dependencies:2.4.2" ,
@@ -66,7 +66,7 @@ val DEPENDENCIES = listOf(
6666 " commons-logging:commons-logging:1.2" ,
6767 " com.sparkjava:spark-core:2.9.3" ,
6868 " com.squareup.okhttp3:okhttp:4.9.1" ,
69- " io.opentelemetry.javaagent:opentelemetry-javaagent:${if (! TEST_SNAPSHOTS ) " 1.0.0 " else " 1.1.0-SNAPSHOT" } "
69+ " io.opentelemetry.javaagent:opentelemetry-javaagent:${if (! TEST_SNAPSHOTS ) " 1.0.1 " else " 1.1.0-SNAPSHOT" } "
7070)
7171
7272javaPlatform {
You can’t perform that action at this time.
0 commit comments