[java-mvn-enforcer] branch main updated: Update depenedencies in the enforcer PARENT project
Rod Widdowson
rdw at steadingsoftware.com
Mon Mar 11 14:41:10 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=4643f0b756b92d8788fb21d98e9ad27fd59bb710
The following commit(s) were added to refs/heads/main by this push:
new 4643f0b Update depenedencies in the enforcer PARENT project
4643f0b is described below
commit 4643f0b756b92d8788fb21d98e9ad27fd59bb710
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 11 14:39:19 2024 +0000
Update depenedencies in the enforcer PARENT project
Notably point it at the recebntly release enforcer and enforcer-data,
but also collect updates from the parent project.
NOTE that because we are still pinned to Java-11 the parent project
is the one in maint-11
---
parent/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 28cd1aa..7f704f4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -15,8 +15,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
- <current-dist-enforcer.version>3.2.2</current-dist-enforcer.version>
- <current-dist-enforcer-data.version>1.0.14</current-dist-enforcer-data.version>
+ <current-dist-enforcer.version>3.3.0</current-dist-enforcer.version>
+ <current-dist-enforcer-data.version>1.0.15</current-dist-enforcer-data.version>
<m2ArtifactId>maven-dist-enforcer-data</m2ArtifactId>
<m2GroupId>net.shibboleth.maven.enforcer.rules</m2GroupId>
<m2Version>${current-dist-enforcer-data.version}</m2Version>
@@ -29,8 +29,8 @@
<bouncycastle.pg.version>1.72.2</bouncycastle.pg.version>
<bouncycastle.version>1.72</bouncycastle.version>
<findbugs.version>3.0.2</findbugs.version>
- <spring.version>5.3.7</spring.version>
- <commons.compress.version>1.22</commons.compress.version>
+ <spring.version>5.3.32</spring.version>
+ <commons.compress.version>1.26.0</commons.compress.version>
<jcommander.version>1.81</jcommander.version>
<maven-invoker.version>3.2.0</maven-invoker.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list