fix(deps): update spring boot to v3.2.6 (main) (patch) (#11439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1400ddde4
commit
23c1a8f5ed
|
@ -8,7 +8,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.5")
|
||||
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.6")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id("otel.java-conventions")
|
||||
id("org.springframework.boot") version "3.2.5"
|
||||
id("org.springframework.boot") version "3.2.6"
|
||||
id("org.graalvm.buildtools.native")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id("otel.java-conventions")
|
||||
id("org.springframework.boot") version "3.2.5"
|
||||
id("org.springframework.boot") version "3.2.6"
|
||||
id("org.graalvm.buildtools.native")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue