Skip to content

Commit

Permalink
Update to Spring Boot 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Jul 19, 2024
1 parent 0a0dd90 commit 0f56f43
Show file tree
Hide file tree
Showing 32 changed files with 7,330 additions and 7,334 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@ allprojects {
// and suggest an upgrade. The only exception currently are those defined
// in buildSrc, most likely because the variables are used in plugins as well
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "3.3.1"
extra["sb.version"] = "3.3.2"
extra["kotlin.version"] = Versions.KOTLIN_VERSION
// Use graphql-java 22.1, which is the version used by spring-graphql. Once
// the Spring Boot BOM depends on this version, we can remove this override.
// See: https://github.com/spring-projects/spring-boot/issues/41219
extra["graphql-java.version"] = "22.1"
}
val internalBomModules by extra(
listOf(
Expand Down
Loading

0 comments on commit 0f56f43

Please sign in to comment.