diff options
| author | Paul-Christian Volkmer | 2024-07-15 07:58:36 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-07-15 07:58:36 +0200 |
| commit | 87658bfa5862d0eb7cc5b00a984c08e266b2f948 (patch) | |
| tree | 79a685bdb68663ddb66f3a62c2e7a1bb9b45a493 | |
| parent | 99efd6c98ade0fe5c8a6cdce2f90fef584dc44d2 (diff) | |
chore: update to Spring Boot 3.2.7
| -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 a88ac1a..497ee58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.2.6" + id("org.springframework.boot") version "3.2.7" id("io.spring.dependency-management") version "1.1.5" kotlin("jvm") version "1.9.24" kotlin("plugin.spring") version "1.9.24" |
