Skip to content

Commit

Permalink
chore(deps): update spring core to v5.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Jun 22, 2023
1 parent 05525ff commit 3777ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CommonSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object CommonSettings extends AutoPlugin {
lazy val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion
lazy val log4jSlf4jImpl = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % log4jVersion

lazy val springVersion = "5.3.25"
lazy val springVersion = "5.3.28"
lazy val springWeb = "org.springframework" % "spring-web" % springVersion
lazy val springAop = "org.springframework" % "spring-aop" % springVersion
lazy val springContext = "org.springframework" % "spring-context" % springVersion
Expand Down

0 comments on commit 3777ae0

Please sign in to comment.