Skip to content

Commit

Permalink
Pin Spring Boot to 3.3.5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Dec 10, 2024
1 parent 8466be1 commit d8cb3da
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 @@ -11,7 +11,7 @@ plugins {
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0" apply false
kotlin("plugin.jpa") version "2.1.0" apply false
id("org.springframework.boot") version "3.4.0" apply false
id("org.springframework.boot") version "3.3.5" apply false
id("io.spring.dependency-management") version "1.1.6" apply false
id("com.gorylenko.gradle-git-properties") version "2.4.2" apply false
id("com.google.cloud.tools.jib") apply false
Expand Down

0 comments on commit d8cb3da

Please sign in to comment.