diff options
| author | Paul-Christian Volkmer | 2025-05-24 09:46:20 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-24 09:46:20 +0200 |
| commit | b748603c06bd9652da8e042393f6808e2b4326fe (patch) | |
| tree | c72e4907693b50b4a11657aee882fe8d67681c7b | |
| parent | b939b2bf5730f13ac794a41bda6c150067817ef5 (diff) | |
chore: update Spring Boot (#112)
| -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 c62029c..c688d6c 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.4.5" + id("org.springframework.boot") version "3.4.6" id("io.spring.dependency-management") version "1.1.7" kotlin("jvm") version "1.9.25" kotlin("plugin.spring") version "1.9.25" |
