Skip to content

Commit 1aecb4e

Browse files
fix(deps): update spring boot to v3.2.6 (release/v1.33.x) (patch) (#11440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 194f483 commit 1aecb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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)