This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 5c620edeb5 KARAF-7982: Upgrade to exec-maven-plugin 3.5.1 (#1973)
5c620edeb5 is described below
commit 5c620edeb591c974a749123a7095854539cacb91
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)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 21174dea85..a7202487c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,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>