You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2021/07/10 19:57:05 UTC

[accumulo-testing] 01/01: Update guava version to 30.1.1 (matches accumulo project)

This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a commit to branch update_guava_version_30_1_1
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git

commit 506fa6e8988afe2d0cd53ca69c91f4155b207d5f
Author: Ed Coleman <de...@etcoleman.com>
AuthorDate: Sat Jul 10 15:51:58 2021 -0400

    Update guava version to 30.1.1 (matches accumulo project)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ca8759..7f782fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>29.0-jre</version>
+      <version>30.1.1-jre</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>