You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/06/27 05:08:16 UTC

[santuario-xml-security-java] branch main updated: Bump error_prone_core from 2.19.1 to 2.20.0 (#179)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 36dd5442 Bump error_prone_core from 2.19.1 to 2.20.0 (#179)
36dd5442 is described below

commit 36dd54424f4f8567cb20dc57a480f1e6d296d8e3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 27 06:08:10 2023 +0100

    Bump error_prone_core from 2.19.1 to 2.20.0 (#179)
    
    Bumps [error_prone_core](https://github.com/google/error-prone) from 2.19.1 to 2.20.0.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.19.1...v2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b42fab2..7e120a45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@
                         <path>
                             <groupId>com.google.errorprone</groupId>
                             <artifactId>error_prone_core</artifactId>
-                            <version>2.19.1</version>
+                            <version>2.20.0</version>
                         </path>
                     </annotationProcessorPaths>
                 </configuration>