Skip to content

Commit

Permalink
bump: guava 32.0.1-jre (was 32.0.0-jre) (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2023
1 parent 419ea59 commit d2f74e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % JacksonVersion,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % JacksonVersion,
// Specifying guava dependency because older transitive dependency has security vulnerability
"com.google.guava" % "guava" % "32.0.0-jre"
"com.google.guava" % "guava" % "32.0.1-jre"
)

val DiscoveryConsul = Seq(
Expand Down

0 comments on commit d2f74e7

Please sign in to comment.