You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/21 08:06:16 UTC

[isis] branch master updated: Bump guava from 30.1-jre to 30.1.1-jre

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

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


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

commit f1308c0f5787622472817995a0a599a7f45f80a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Mar 21 08:02:40 2021 +0000

    Bump guava from 30.1-jre to 30.1.1-jre
    
    Bumps [guava](https://github.com/google/guava) from 30.1-jre to 30.1.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 9ef44e2..f9eb1ba 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -119,7 +119,7 @@
 		<findbugs-annotations.version>3.0.1u2</findbugs-annotations.version>
 
 		<git-commit-id-plugin.version>4.0.4</git-commit-id-plugin.version>
-		<guava.version>30.1-jre</guava.version>
+		<guava.version>30.1.1-jre</guava.version>
 
 		<htmlparser.version>2.1</htmlparser.version>