Skip to content

Commit

Permalink
Update settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
lWoHvYe authored Mar 7, 2024
1 parent badc569 commit 76e32f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("springBoot", "3.2.1")
version("springBoot", "3.2.3")

plugin("spring-boot", "org.springframework.boot").versionRef("springBoot")

Expand All @@ -28,7 +28,7 @@ dependencyResolutionManagement {

rootProject.name = "unicorn-swarm"

val kotlinVersion = "1.9.22"
val kotlinVersion = "1.9.23"

val excludes = providers.gradleProperty("excludeProjects").orNull.toString().split(",")

Expand Down

0 comments on commit 76e32f8

Please sign in to comment.