File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
smoke-tests/images/spring-boot Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010dependencies {
11- jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.1.5 " )
11+ jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.2.2 " )
1212}
1313
1414tasks {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
108108 " org.junit-pioneer:junit-pioneer:1.9.1" ,
109109 " org.objenesis:objenesis:3.3" ,
110110 // Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
111- " org.springframework.boot:spring-boot-dependencies:2.7.17 " ,
111+ " org.springframework.boot:spring-boot-dependencies:2.7.18 " ,
112112 " javax.validation:validation-api:2.0.1.Final" ,
113113 " org.snakeyaml:snakeyaml-engine:2.7"
114114)
Original file line number Diff line number Diff line change 11plugins {
22 id(" otel.java-conventions" )
3- id(" org.springframework.boot" ) version " 3.1.5 "
3+ id(" org.springframework.boot" ) version " 3.2.2 "
44 id(" org.graalvm.buildtools.native" )
55}
66
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 " 2.7.17 "
8+ id(" org.springframework.boot" ) version " 2.7.18 "
99}
1010
1111dependencies {
1212 implementation(platform(" io.opentelemetry:opentelemetry-bom:1.0.0" ))
13- implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.7.17 " ))
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