Skip to content

Commit 23c1a8f

Browse files
fix(deps): update spring boot to v3.2.6 (main) (patch) (#11439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1400dd commit 23c1a8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.5")
11+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.6")
1212
}
1313

1414
tasks {

smoke-tests-otel-starter/spring-boot-3/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.2.5"
3+
id("org.springframework.boot") version "3.2.6"
44
id("org.graalvm.buildtools.native")
55
}
66

smoke-tests-otel-starter/spring-boot-reactive-3/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.2.5"
3+
id("org.springframework.boot") version "3.2.6"
44
id("org.graalvm.buildtools.native")
55
}
66

0 commit comments

Comments
 (0)