File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
spring-boot-reactive-common
smoke-tests/images/spring-boot Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 @@ -10,7 +10,7 @@ plugins {
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