Skip to content

Commit fc52627

Browse files
fix(deps): update spring boot to v3.5.8 (#15363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eeac17e commit fc52627

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
@@ -13,7 +13,7 @@ otelJava {
1313
}
1414

1515
dependencies {
16-
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.7")
16+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.8")
1717
}
1818

1919
tasks {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("otel.java-conventions")
66

77
id("com.google.cloud.tools.jib")
8-
id("org.springframework.boot") version "3.5.7"
8+
id("org.springframework.boot") version "3.5.8"
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)