File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
spring-boot-reactive-common
smoke-tests/images/spring-boot Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ otelJava {
1313}
1414
1515dependencies {
16- jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.5.7 " )
16+ jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.5.8 " )
1717}
1818
1919tasks {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-boot-common"
66
77dependencies {
88 // spring dependencies are compile only to enable testing against different versions of spring
9- compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.6.15 " ))
9+ compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " ))
1010 compileOnly(" org.springframework.boot:spring-boot-starter-web" )
1111 compileOnly(" org.springframework.boot:spring-boot-starter-test" )
1212 compileOnly(" org.springframework.boot:spring-boot-starter-data-jdbc" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-boot-reactive-common"
66
77dependencies {
88 // spring dependencies are compile only to enable testing against different versions of spring
9- compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.6.15 " ))
9+ compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " ))
1010 compileOnly(" org.springframework.boot:spring-boot-starter-web" )
1111 compileOnly(" org.springframework.boot:spring-boot-starter-webflux" )
1212 compileOnly(" org.springframework.boot:spring-boot-starter-test" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-smoke-testing"
66
77dependencies {
88 // spring dependencies are compile only to enable testing against different versions of spring
9- compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.6.15 " ))
9+ compileOnly(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " ))
1010 compileOnly(" org.springframework.boot:spring-boot-starter" )
1111 compileOnly(" org.springframework.boot:spring-boot-starter-test" )
1212 api(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55 id(" otel.java-conventions" )
66
77 id(" com.google.cloud.tools.jib" )
8- id(" org.springframework.boot" ) version " 3.5.7 "
8+ id(" org.springframework.boot" ) version " 3.5.8 "
99}
1010
1111dependencies {
1212 implementation(platform(" io.opentelemetry:opentelemetry-bom" ))
13- implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.6.15 " ))
13+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " ))
1414
1515 implementation(" io.opentelemetry:opentelemetry-api" )
1616 implementation(project(" :instrumentation-annotations" ))
You can’t perform that action at this time.
0 commit comments