Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update spring core to v5.3.39 #5123

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.39"
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
Loading