Skip to content

Commit

Permalink
bump: Spring 5.2.25.RELEASE; Spring Boot 2.5.15 (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 16, 2023
1 parent 29ecc13 commit 0f18616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ object Dependencies {
)

val SpringWeb = {
val SpringVersion = "5.2.22.RELEASE"
val SpringBootVersion = "2.2.12.RELEASE"
val SpringVersion = "5.2.25.RELEASE"
val SpringBootVersion = "2.5.15"
Seq(
libraryDependencies ++= Seq(
"org.springframework" % "spring-core" % SpringVersion,
Expand Down

0 comments on commit 0f18616

Please sign in to comment.