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/27 05:35:31 UTC

[santuario-xml-security-java] 01/06: Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 (#144)

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

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

commit f825938d2b8a37810e0a54ea19222700cd387b66
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 27 06:18:19 2023 +0100

    Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 (#144)
    
    Bumps [modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
    - [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.5.0...modernizer-maven-plugin-2.6.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>
    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 c56f42c5..79b3e96d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
             <plugin>
                  <groupId>org.gaul</groupId>
                  <artifactId>modernizer-maven-plugin</artifactId>
-                 <version>2.5.0</version>
+                 <version>2.6.0</version>
                  <configuration>
                      <javaVersion>${targetJdk}</javaVersion>
                  </configuration>