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/03/02 16:44:31 UTC

[santuario-xml-security-java] branch main updated: Bump error_prone_core from 2.3.4 to 2.18.0 (#135)

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 c44bd927 Bump error_prone_core from 2.3.4 to 2.18.0 (#135)
c44bd927 is described below

commit c44bd927466f85a7cf8465be4fde6c70a9eb0a9b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 2 16:44:24 2023 +0000

    Bump error_prone_core from 2.3.4 to 2.18.0 (#135)
    
    Bumps [error_prone_core](https://github.com/google/error-prone) from 2.3.4 to 2.18.0.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.3.4...v2.18.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 79d49097..01f5d6ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
                         <path>
                             <groupId>com.google.errorprone</groupId>
                             <artifactId>error_prone_core</artifactId>
-                            <version>2.3.4</version>
+                            <version>2.18.0</version>
                         </path>
                     </annotationProcessorPaths>
                 </configuration>