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:04 UTC

[accumulo-testing] branch update_guava_version_30_1_1 created (now 506fa6e)

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

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


      at 506fa6e  Update guava version to 30.1.1 (matches accumulo project)

This branch includes the following new commits:

     new 506fa6e  Update guava version to 30.1.1 (matches accumulo project)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ed...@apache.org.
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>