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:
renovate[bot] 2024-05-23 19:46:11 +03:00 committed by GitHub
parent a1400ddde4
commit 23c1a8f5ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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")
}

View File

@ -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")
}