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:47:47 UTC

[santuario-xml-security-java] 02/04: 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 2.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit 07de0ccdfb3852296be35ab40f4e1f8a56c2f7a9
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 ccf42338..16ce4ebb 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>