Skip to content

Commit

Permalink
chore: update spring boot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Mar 25, 2024
1 parent a730ce2 commit 056a087
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
Expand Down

0 comments on commit 056a087

Please sign in to comment.