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:
parent
045f0e472e
commit
b46b8594d6
|
@ -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 {
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue