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 f1beb4ae9f KARAF-7982: Upgrade to exec-maven-plugin 3.5.1 (#1973)
f1beb4ae9f is described below
commit f1beb4ae9f310b948730b5f984597864b2a0cf2b
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 26 11:21:51 2025 +0200
KARAF-7982: Upgrade to exec-maven-plugin 3.5.1 (#1973)
(cherry picked from commit 5c620edeb591c974a749123a7095854539cacb91)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f64c54e4c..32283b0ef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,7 +513,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>