This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 55a0365d9f KARAF-7908: Upgrade to maven-enforcer-plugin 3.5.0
55a0365d9f is described below
commit 55a0365d9fe9635a108e845d7b866d4aa268883a
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jan 5 18:52:47 2025 +0100
KARAF-7908: Upgrade to maven-enforcer-plugin 3.5.0
(cherry picked from commit 5700d50d68f4b8c3269dceddd2591943d95ff07e)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 95a9ebc5ec..4dd2e3a92b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.4.1</version>
+ <version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>