Skip to content

Commit

Permalink
Update to Spring 6.0.8 and Spring Boot 3.0.6 (#1493)
Browse files Browse the repository at this point in the history
Update to Spring Boot 3.0.6 / Spring 6.0.8

---------

Co-authored-by: ksrinivasan <[email protected]>
  • Loading branch information
kilink and srinivasankavitha authored Apr 24, 2023
1 parent 6e1e961 commit 011c18d
Show file tree
Hide file tree
Showing 30 changed files with 2,302 additions and 2,251 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.0.0"
extra["sb.version"] = "3.0.6"
val springBootVersion = extra["sb.version"] as String

dependencyRecommendations {
Expand Down
82 changes: 41 additions & 41 deletions dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 011c18d

Please sign in to comment.