Skip to content

Commit

Permalink
upgrade SpringBoot to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfofanov committed Oct 23, 2024
1 parent a38f30c commit 2198f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "tjenestepensjon-simulering"
plugins {
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
id("org.springframework.boot") version "3.1.5"
id("org.springframework.boot") version "3.1.12"
id("io.spring.dependency-management") version "1.1.6"
}

Expand Down

0 comments on commit 2198f46

Please sign in to comment.