File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subprojects {
1818
1919 dependencies {
2020 // using the bom ensures that all of your opentelemetry dependency versions are aligned
21- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21 .0-alpha" ))
21+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22 .0-alpha" ))
2222 }
2323
2424 spotless {
Original file line number Diff line number Diff line change 1515
1616dependencies {
1717 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
18- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21 .0" ))
18+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22 .0" ))
1919
2020 implementation(" org.springframework.boot:spring-boot-starter-web" )
2121 implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM eclipse-temurin:21.0.9_10-jre@sha256:4332b7939ba5b7fabde48f4da21ebe45a4f894
33WORKDIR /usr/src/app/
44
55# renovate: datasource=github-releases depName=opentelemetry-java-instrumentation packageName=open-telemetry/opentelemetry-java-instrumentation
6- ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.21 .0
6+ ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.22 .0
77
88# Add the test application JAR
99ADD ./extensions-testapp/build/libs/extensions-testapp-1.0-SNAPSHOT.jar ./app.jar
Original file line number Diff line number Diff line change 1515
1616dependencies {
1717 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
18- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21 .0" ))
18+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22 .0" ))
1919
2020 implementation(" org.springframework.boot:spring-boot-starter-web" )
2121}
Original file line number Diff line number Diff line change 1515
1616dependencies {
1717 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
18- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21 .0" ))
18+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22 .0" ))
1919
2020 implementation(" org.springframework.boot:spring-boot-starter-web" )
2121 implementation(" org.springframework.boot:spring-boot-starter-webflux" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation (" io.grpc:grpc-services:${grpcVersion} " )
2626 implementation (" io.grpc:grpc-stub:${grpcVersion} " )
2727 implementation (" com.google.protobuf:protobuf-java-util:${protobufVersion} " )
28- implementation (" io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.21 .0-alpha" )
28+ implementation (" io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.22 .0-alpha" )
2929 implementation (" com.google.guava:guava:33.5.0-jre" )
3030
3131 implementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation(" org.springframework.boot:spring-boot-starter-web" )
2626 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
2727
28- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.21 .0" )
28+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.22 .0" )
2929}
3030
3131val copyAgent = tasks.register<Copy >(" copyAgent" ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ val moduleName by extra { "io.opentelemetry.examples.native" }
1717
1818dependencies {
1919 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
20- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21 .0" ))
20+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22 .0" ))
2121 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
2222 implementation(" org.springframework.boot:spring-boot-starter-web" )
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jdbc" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ val bootJar = tasks.named<BootJar>("bootJar") {
2929dependencies {
3030 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
3131 implementation(" io.opentelemetry:opentelemetry-api" )
32- implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.21 .0" )
32+ implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.22 .0" )
3333 // spring modules
3434 implementation(" org.springframework.boot:spring-boot-starter-web" )
3535 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
@@ -42,7 +42,7 @@ dependencies {
4242 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.9.0-alpha" )
4343 testImplementation(" org.assertj:assertj-core:3.27.6" )
4444
45- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.21 .0" )
45+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.22 .0" )
4646}
4747
4848tasks.test {
You can’t perform that action at this time.
0 commit comments