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 7a7baf6e81 KARAF-7981: Upgrade to build-helper-maven-plugin 3.6.1 (#1974) 7a7baf6e81 is described below commit 7a7baf6e81124fd1ab66e16e8c1c5eb40797f74c Author: JB Onofré <jbono...@apache.org> AuthorDate: Sat Jul 26 11:23:31 2025 +0200 KARAF-7981: Upgrade to build-helper-maven-plugin 3.6.1 (#1974) (cherry picked from commit df9e9111d5a5ad414499be8a8f6708098be98e00) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32283b0ef5..2bb8e8db18 100644 --- a/pom.xml +++ b/pom.xml @@ -518,7 +518,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.1</version> </plugin> <plugin> <groupId>org.apache.karaf.tooling</groupId>