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/01/01 12:37:37 UTC

[santuario-xml-security-java] branch main updated: Bump modernizer-maven-plugin from 2.3.0 to 2.5.0 (#89)

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 bdc1302f Bump modernizer-maven-plugin from 2.3.0 to 2.5.0 (#89)
bdc1302f is described below

commit bdc1302f0f0782a837820b5e63b15a2a57d5d58c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 12:37:32 2023 +0000

    Bump modernizer-maven-plugin from 2.3.0 to 2.5.0 (#89)
    
    Bumps [modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
    - [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.3.0...modernizer-maven-plugin-2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.gaul:modernizer-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 7e7b7766..df06d445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
             <plugin>
                  <groupId>org.gaul</groupId>
                  <artifactId>modernizer-maven-plugin</artifactId>
-                 <version>2.3.0</version>
+                 <version>2.5.0</version>
                  <configuration>
                      <javaVersion>${targetJdk}</javaVersion>
                  </configuration>