File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id(" otel.java-conventions" )
33 id(" otel.publish-conventions" )
44 id(" com.github.johnrengelman.shadow" )
5- id(" org.springframework.boot" ) version " 2.7.18 "
5+ id(" org.springframework.boot" ) version " 3.4.1 "
66}
77
88description = " OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
@@ -41,9 +41,9 @@ dependencies {
4141 testImplementation(" org.mockito:mockito-junit-jupiter" )
4242 testImplementation(" org.mock-server:mockserver-netty:5.15.0" )
4343 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha" )
44- testImplementation(" org.springframework.boot:spring-boot-starter-web:2.7.18 " )
45- testImplementation(" org.springframework.boot:spring-boot-starter:2.7.18 " )
46- testImplementation(" org.springframework.boot:spring-boot-starter-test:2.7.18 " )
44+ testImplementation(" org.springframework.boot:spring-boot-starter-web:3.4.1 " )
45+ testImplementation(" org.springframework.boot:spring-boot-starter:3.4.1 " )
46+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.4.1 " )
4747
4848 agent(" io.opentelemetry.javaagent:opentelemetry-javaagent" )
4949}
You can’t perform that action at this time.
0 commit comments