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 {
|
dependencies {
|
||||||
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.5")
|
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.6")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("otel.java-conventions")
|
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")
|
id("org.graalvm.buildtools.native")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("otel.java-conventions")
|
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")
|
id("org.graalvm.buildtools.native")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue