File tree 4 files changed +5
-5
lines changed
smoke-tests/images/spring-boot
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
dependencies {
11
- jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.1.5 " )
11
+ jmhImplementation(" org.springframework.boot:spring-boot-starter-web:3.2.2 " )
12
12
}
13
13
14
14
tasks {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
108
108
" org.junit-pioneer:junit-pioneer:1.9.1" ,
109
109
" org.objenesis:objenesis:3.3" ,
110
110
// 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 " ,
112
112
" javax.validation:validation-api:2.0.1.Final" ,
113
113
" org.snakeyaml:snakeyaml-engine:2.7"
114
114
)
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" otel.java-conventions" )
3
- id(" org.springframework.boot" ) version " 3.1.5 "
3
+ id(" org.springframework.boot" ) version " 3.2.2 "
4
4
id(" org.graalvm.buildtools.native" )
5
5
}
6
6
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
5
5
id(" otel.java-conventions" )
6
6
7
7
id(" com.google.cloud.tools.jib" )
8
- id(" org.springframework.boot" ) version " 2.7.17 "
8
+ id(" org.springframework.boot" ) version " 2.7.18 "
9
9
}
10
10
11
11
dependencies {
12
12
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 " ))
14
14
15
15
implementation(" io.opentelemetry:opentelemetry-api" )
16
16
implementation(project(" :instrumentation-annotations" ))
You can’t perform that action at this time.
0 commit comments