Skip to content

Commit

Permalink
Merge pull request #11214 from mkurz/fix_Spring4Shell
Browse files Browse the repository at this point in the history
[2.8.x] Upgrade Spring to fix Spring4Shell vulnerability
  • Loading branch information
mkurz committed Mar 31, 2022
2 parents 7c1afb5 + 27297b0 commit a898ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -96,7 +96,7 @@ object Dependencies {
case _ => Nil
}

val springFrameworkVersion = "5.2.19.RELEASE"
val springFrameworkVersion = "5.2.20.RELEASE"

def javaDeps(scalaVersion: String) =
Seq(
Expand Down

0 comments on commit a898ec0

Please sign in to comment.