We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419ea59 commit d2f74e7Copy full SHA for d2f74e7
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % JacksonVersion,
33
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % JacksonVersion,
34
// Specifying guava dependency because older transitive dependency has security vulnerability
35
- "com.google.guava" % "guava" % "32.0.0-jre"
+ "com.google.guava" % "guava" % "32.0.1-jre"
36
)
37
38
val DiscoveryConsul = Seq(
0 commit comments