File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
logging-k8s-stdout-otlp-json 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.13.1 -alpha" ))
21+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.13.3 -alpha" ))
2222 }
2323
2424 spotless {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.exporters" }
99
1010dependencies {
1111 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.1 " ))
12+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.3 " ))
1313
1414 implementation(" org.springframework.boot:spring-boot-starter-web" )
1515 implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.getting-started" }
99
1010dependencies {
1111 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.1 " ))
12+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.3 " ))
1313
1414 implementation(" org.springframework.boot:spring-boot-starter-web" )
1515}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.spring-starter" }
99
1010dependencies {
1111 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.1 " ))
12+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.3 " ))
1313
1414 implementation(" org.springframework.boot:spring-boot-starter-web" )
1515 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.13.1 -alpha" )
28+ implementation (" io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.13.3 -alpha" )
2929 implementation (" com.google.guava:guava:33.4.0-jre" )
3030
3131 implementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 implementation(" org.springframework.boot:spring-boot-starter-web" )
2727 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
2828
29- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.13.1 " )
29+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.13.3 " )
3030 extension(" io.opentelemetry.contrib:opentelemetry-samplers:1.44.0-alpha" ) {
3131 isTransitive = false
3232 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre
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.13.1
6+ ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.13.3
77
88ADD build/libs/*SNAPSHOT.jar ./app.jar
99ADD --chmod=644 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION/opentelemetry-javaagent.jar ./opentelemetry-javaagent.jar
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ val moduleName by extra { "io.opentelemetry.examples.native" }
1111
1212dependencies {
1313 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
14- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.1 " ))
14+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.13.3 " ))
1515 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
1616 implementation(" org.springframework.boot:spring-boot-starter-web" )
1717 implementation(" org.springframework.boot:spring-boot-starter-data-jdbc" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ val bootJar = tasks.named<BootJar>("bootJar") {
2323dependencies {
2424 implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
2525 implementation(" io.opentelemetry:opentelemetry-api" )
26- implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.1 " )
26+ implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.3 " )
2727 // spring modules
2828 implementation(" org.springframework.boot:spring-boot-starter-web" )
2929 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
@@ -36,7 +36,7 @@ dependencies {
3636 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
3737 testImplementation(" org.assertj:assertj-core:3.27.3" )
3838
39- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.13.1 " )
39+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.13.3 " )
4040}
4141
4242tasks.test {
You can’t perform that action at this time.
0 commit comments