[java-mvn-enforcer] 02/02: JMVN-74 Update MVN-PARENT project & release

Codeberg noreply at shibboleth.net
Mon May 18 19:11:22 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer/commit/ade2555bc4f4697edfcff90f8694657676fd8f78

commit ade2555bc4f4697edfcff90f8694657676fd8f78
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 18 20:06:33 2026 +0100

    JMVN-74 Update MVN-PARENT project & release
    
    https://shibboleth.atlassian.net/browse/JMVN-74
    
    Update dependencies blindly from java-parent.  This includes the
    brain-melting shib-shared dependency (JMVN-70)
    
    Also updated maven-invoker (which is used by the enforcer code)
    to latest (having checked the signature is OK).
---
 parent/pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0adf7dc..aef66ea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,26 +23,26 @@
         <m2Type>jar</m2Type>
 
         <!-- Dependencies -->
-        <shib-shared.version>9.1.4</shib-shared.version>
+        <shib-shared.version>9.2.1</shib-shared.version>
         <slf4j.version>2.0.13</slf4j.version>
-        <bouncycastle.pg.version>1.78.1</bouncycastle.pg.version>
-        <bouncycastle.version>1.78.1</bouncycastle.version>
+        <bouncycastle.pg.version>1.84</bouncycastle.pg.version>
+        <bouncycastle.version>1.84</bouncycastle.version>
         <findbugs.version>3.0.2</findbugs.version>
-        <commons.compress.version>1.26.0</commons.compress.version>
+        <commons.compress.version>1.26.2</commons.compress.version>
         <jcommander.version>1.81</jcommander.version>
-        <maven-invoker.version>3.2.0</maven-invoker.version>
+        <maven-invoker.version>3.3.0</maven-invoker.version>
         <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
 
         <!-- Plugin Dependencies -->
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
-        <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
+        <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
         <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
         <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
-        <maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
+        <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
         <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
-        <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
-        <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
-        <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
+        <maven-install-plugin.version>3.1.4</maven-install-plugin.version>
+        <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
+        <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <maven-versions-plugin.version>2.14.1</maven-versions-plugin.version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list