Skip to content

Commit

Permalink
bump: guava 32.1.3-jre (was 32.1.2-jre) (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 6, 2023
1 parent 08b5604 commit c015e04
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.1.2-jre"
"com.google.guava" % "guava" % "32.1.3-jre"
)

val DiscoveryConsul = Seq(
Expand Down

0 comments on commit c015e04

Please sign in to comment.