Skip to content

Commit

Permalink
Merge pull request #2043 from Netflix/sbn-3.3.5
Browse files Browse the repository at this point in the history
Update to Spring Boot 3.3.5
  • Loading branch information
paulbakker authored Nov 6, 2024
2 parents a86ed0f + 1a76ed1 commit 610577f
Show file tree
Hide file tree
Showing 33 changed files with 7,030 additions and 7,051 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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.4"
extra["sb.version"] = "3.3.5"
extra["kotlin.version"] = Versions.KOTLIN_VERSION
}
val internalBomModules by extra(
Expand Down
Loading

0 comments on commit 610577f

Please sign in to comment.