fix(deps): update spring boot to v3.2.4 (main) (patch) (#10919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-21 17:44:37 +02:00 committed by GitHub
parent 045f0e472e
commit b46b8594d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
dependencies {
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.3")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
}
tasks {

View File

@ -1,6 +1,6 @@
plugins {
id("otel.java-conventions")
id("org.springframework.boot") version "3.2.3"
id("org.springframework.boot") version "3.2.4"
id("org.graalvm.buildtools.native")
}