[java-mvn-enforcer] branch main updated: JMVN-83 Warning about future enforcer API changes
Codeberg
noreply at shibboleth.net
Fri Sep 25 13:59:12 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/235fd811dc6dbb4fa727e02bfc02102f236b2aad
The following commit(s) were added to refs/heads/main by this push:
new 235fd81 JMVN-83 Warning about future enforcer API changes
235fd81 is described below
commit 235fd811dc6dbb4fa727e02bfc02102f236b2aad
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 25 14:59:20 2026 +0100
JMVN-83 Warning about future enforcer API changes
https://shibboleth.atlassian.net/browse/JMVN-83
Expand on one exclusion.
Move maven core forward to latest latest.
As a temporary patch (pending a new parent) pin data forward
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ba33be2..b582434 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,12 +18,12 @@
<properties>
<automatic.module.name>net.shibboleth.maven.enforcer.rules.dist</automatic.module.name>
- <current-dist-enforcer-data.version>2.0.3</current-dist-enforcer-data.version>
+ <current-dist-enforcer-data.version>2.0.8</current-dist-enforcer-data.version>
<current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
<!-- https://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html -->
<enforcer.api.version>3.6.3</enforcer.api.version>
<resolver.api.version>1.9.22</resolver.api.version>
- <mavenVersion>3.9.15</mavenVersion>
+ <mavenVersion>3.9.16</mavenVersion>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
@@ -104,7 +104,8 @@
<artifactId>guice</artifactId>
</exclusion>
<exclusion>
- <!-- Needs key 0x8DC6F3D0ABDBD017 -->
+ <!-- Needs key 0x8DC6F3D0ABDBD017
+ or pin to version 4.2.0 or later -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
</exclusion>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list