Skip to content

Commit

Permalink
chore(deps): update spring core to v5.3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent 4c806bc commit bc0c2cd
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 @@ -48,7 +48,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.34"
lazy val springVersion = "5.3.35"
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 bc0c2cd

Please sign in to comment.