summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-11-01 13:42:20 +0100
committerGitHub2024-11-01 13:42:20 +0100
commitefa736f232e2e5efbde373099ce0051e6795503c (patch)
treee637a6f88f5b618be8f5e4fadefc1a1d025874d6 /build.gradle.kts
parent4a7030e85b123ecd405a049c979ac5f2b195618a (diff)
chore: update to Spring Boot 3.3.3 (#77)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 0ca4177..b44950f 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.3.2"
+ id("org.springframework.boot") version "3.3.3"
id("io.spring.dependency-management") version "1.1.5"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"