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/04/01 08:23:04 UTC

[isis] branch master updated: Bump error_prone_annotations from 2.5.1 to 2.6.0

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 3b7c788  Bump error_prone_annotations from 2.5.1 to 2.6.0
3b7c788 is described below

commit 3b7c788e8ac513b62f7e6c5270bcbcdabe478e36
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 1 06:21:07 2021 +0000

    Bump error_prone_annotations from 2.5.1 to 2.6.0
    
    Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.5.1...v2.6.0)
    
    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 aed95e9..d14564d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -114,7 +114,7 @@
 		<docx4j.version>6.1.2</docx4j.version>
 
 		<easymock.version>4.2</easymock.version>
-		<error_prone_annotations.version>2.5.1</error_prone_annotations.version>
+		<error_prone_annotations.version>2.6.0</error_prone_annotations.version>
 
 		<findbugs-annotations.version>3.0.1u2</findbugs-annotations.version>