diff options
| author | Paul-Christian Volkmer | 2026-01-29 15:59:41 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2026-01-29 15:59:41 +0100 |
| commit | 67a337e4a3be03ed28af56e39cf7eda689e1ed3f (patch) | |
| tree | 3079d470be5a1a6d1b8c12f2ccbd6ad7ace1a440 | |
| parent | de7826cfa6499331de2d1ac7515dcaf8620d6fb7 (diff) | |
deps: update spring boot
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 391e04f..510d997 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.5.9" + id("org.springframework.boot") version "3.5.10" id("io.spring.dependency-management") version "1.1.7" id("com.diffplug.spotless") version "8.0.0" id("net.ltgt.errorprone") version "4.3.0" |
