File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
smoke-tests/images/spring-boot Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ val DEPENDENCIES = listOf(
107
107
" org.junit-pioneer:junit-pioneer:1.9.1" ,
108
108
" org.objenesis:objenesis:3.3" ,
109
109
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
110
- " org.springframework.boot:spring-boot-dependencies:2.7.14 " ,
110
+ " org.springframework.boot:spring-boot-dependencies:2.7.15 " ,
111
111
" javax.validation:validation-api:2.0.1.Final" ,
112
112
" org.snakeyaml:snakeyaml-engine:2.6"
113
113
)
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.14 "
8
+ id(" org.springframework.boot" ) version " 2.7.15 "
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.14 " ))
13
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.7.15 " ))
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