1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

chore: update spring boot dependencies

This commit is contained in:
Paul-Christian Volkmer 2024-03-25 16:12:20 +01:00
parent a730ce2a53
commit 056a087065

View File

@ -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
}