From 25dd8b07b79279ed3cc4d7d7b2274ecf0c42e763 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 12 Oct 2022 13:56:00 +0800 Subject: [PATCH] upgrade guava to 31.0.1-jre --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 24023cc7ad0a7..f6b4fb32a2022 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,8 +22,8 @@ addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1") // please check pom.xml in the root of the source tree too. libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "9.3" -// checkstyle uses guava 23.0. -libraryDependencies += "com.google.guava" % "guava" % "23.0" +// checkstyle uses guava 31.0.1-jre. +libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre" addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")