You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/01/01 10:54:11 UTC

[jena] branch master updated: Bump guava from 30.0-jre to 30.1-jre

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new c3596f7  Bump guava from 30.0-jre to 30.1-jre
c3596f7 is described below

commit c3596f7378f7a101498d813c9063aa476aac9f0f
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri Jan 1 10:51:07 2021 +0000

    Bump guava from 30.0-jre to 30.1-jre
---
 jena-shaded-guava/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-shaded-guava/pom.xml b/jena-shaded-guava/pom.xml
index 9f2d858..db69108 100644
--- a/jena-shaded-guava/pom.xml
+++ b/jena-shaded-guava/pom.xml
@@ -54,7 +54,7 @@
            This is important because Guava itself (at v24 at least) has tools dependencies
            with various licenses.
       -->
-      <version>30.0-jre</version>
+      <version>30.1-jre</version>
       <optional>true</optional>
 
       <!-- These are also affected by the artifactSet and filters of the shade plugin. -->