Skip to content

Commit b46b859

Browse files
fix(deps): update spring boot to v3.2.4 (main) (patch) (#10919)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 045f0e4 commit b46b859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark-overhead-jmh/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.3")
11+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
1212
}
1313

1414
tasks {

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

Lines changed: 1 addition & 1 deletion
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.3"
3+
id("org.springframework.boot") version "3.2.4"
44
id("org.graalvm.buildtools.native")
55
}
66

0 commit comments

Comments
 (0)