Skip to content

Commit d2f74e7

Browse files
bump: guava 32.0.1-jre (was 32.0.0-jre) (#1168)
1 parent 419ea59 commit d2f74e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % JacksonVersion,
3333
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % JacksonVersion,
3434
// Specifying guava dependency because older transitive dependency has security vulnerability
35-
"com.google.guava" % "guava" % "32.0.0-jre"
35+
"com.google.guava" % "guava" % "32.0.1-jre"
3636
)
3737

3838
val DiscoveryConsul = Seq(

0 commit comments

Comments
 (0)