diff options
| author | Paul-Christian Volkmer | 2024-03-25 16:12:20 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-25 16:12:20 +0100 |
| commit | 056a0870657a0b4b9ff6d968efed54118fb8a569 (patch) | |
| tree | bd8c9065f88b0f223c7866195f620a77922e4a35 | |
| parent | a730ce2a53f9637425b2fc1342f3a4ddf6ddcb91 (diff) | |
chore: update spring boot dependenciesv0.9.3
| -rw-r--r-- | build.gradle.kts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index a453fa8..4fc419b 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.3" + id("org.springframework.boot") version "3.2.4" id("io.spring.dependency-management") version "1.1.4" kotlin("jvm") version "1.9.22" kotlin("plugin.spring") version "1.9.22" @@ -23,9 +23,6 @@ var versions = mapOf( "htmx.org" to "1.9.10" ) -// Fixes and version overrides -ext["spring-security.version"] = "6.2.3" - java { sourceCompatibility = JavaVersion.VERSION_21 } |
