Skip to content

Commit d3ce9e4

Browse files
marcospereiradwijnand
authored andcommitted
Update guava to version 23.6.1 (playframework#8920)
## Purpose Update to version 23.6.1 since it is the closest to 22 which fixes [CVE-2018-10237](https://github.com/google/guava/wiki/CVE-2018-10237). See https://github.com/google/guava/releases/tag/v23.6.1.
1 parent bed7ca0 commit d3ce9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Dependencies {
4343
val slf4j = Seq("slf4j-api", "jul-to-slf4j", "jcl-over-slf4j").map("org.slf4j" % _ % slf4jVersion)
4444
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
4545

46-
val guava = "com.google.guava" % "guava" % "22.0"
46+
val guava = "com.google.guava" % "guava" % "23.6.1-jre"
4747
val findBugs = "com.google.code.findbugs" % "jsr305" % "3.0.2" // Needed by guava
4848
val mockitoAll = "org.mockito" % "mockito-all" % "1.10.19"
4949

0 commit comments

Comments
 (0)