From 9f00020cf6c59633e0d804826b044cfea07d4c22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Oct 2023 04:57:14 +0000 Subject: [PATCH] Update guava to 32.1.3-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..582b4d96 100644 --- a/build.sbt +++ b/build.sbt @@ -276,7 +276,7 @@ lazy val bijectionGuava = { // runtime annotations even though javac does not as detailed here: // http://code.google.com/p/guava-libraries/issues/detail?id=1095 "com.google.code.findbugs" % "jsr305" % "3.0.2", - "com.google.guava" % "guava" % "32.1.1-jre" + "com.google.guava" % "guava" % "32.1.3-jre" ) ) .dependsOn(