diff options
| author | Paul-Christian Volkmer | 2025-10-20 19:25:49 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2025-10-20 19:25:49 +0200 |
| commit | e24a8d8cb14ed82fcb911394048c4385f642d57d (patch) | |
| tree | fce4dbaee36c2b347784870e16b17ee73bf80d3f | |
| parent | 328bf019af9e36d172b18165180490ed49dd16ca (diff) | |
chore: update spring boot dependency
| -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 069c59f..e9a2804 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.5.5" + id("org.springframework.boot") version "3.5.6" id("io.spring.dependency-management") version "1.1.7" kotlin("jvm") version "1.9.25" kotlin("plugin.spring") version "1.9.25" |
