Skip to content

Commit a331f69

Browse files
fix(deps): update spring boot (release/v1.32.x) (#10503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9af59cd commit a331f69

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmark-overhead-jmh/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
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")
1212
}
1313

1414
tasks {

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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
)

smoke-tests-otel-starter/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

smoke-tests/images/spring-boot/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff 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

1111
dependencies {
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"))

0 commit comments

Comments
 (0)