Skip to content

Commit 40d1728

Browse files
fix(deps): update spring boot to v3.5.6 (patch) (#14709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bccf9f2 commit 40d1728

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.5")
16+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.6")
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.5"
8+
id("org.springframework.boot") version "3.5.6"
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)