Skip to content

Commit 666e97f

Browse files
Update spring boot to v3.1.3 (#9299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de2e552 commit 666e97f

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.1.2")
11+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.3")
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.1.2"
3+
id("org.springframework.boot") version "3.1.3"
44
id("org.graalvm.buildtools.native")
55
}
66

0 commit comments

Comments
 (0)