File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
smoke-tests/images/spring-boot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ val DEPENDENCIES = listOf(
104
104
" org.junit-pioneer:junit-pioneer:1.9.1" ,
105
105
" org.objenesis:objenesis:3.3" ,
106
106
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
107
- " org.springframework.boot:spring-boot-dependencies:2.7.5 " ,
107
+ " org.springframework.boot:spring-boot-dependencies:3.0.2 " ,
108
108
" javax.validation:validation-api:2.0.1.Final" ,
109
109
" org.yaml:snakeyaml:1.33"
110
110
)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
10
10
dependencies {
11
11
implementation(platform(" io.opentelemetry:opentelemetry-bom:1.0.0" ))
12
- implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.6.6 " ))
12
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.0.2 " ))
13
13
14
14
implementation(" io.opentelemetry:opentelemetry-api" )
15
15
implementation(project(" :instrumentation-annotations" ))
You can’t perform that action at this time.
0 commit comments