This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10829
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 3c0391c89ee84b75800dfaac51d4316a65c4539d
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu May 23 10:53:44 2024 +0100

    OAK-10829: examples: update build-helper-maven-plugin to 3.6.0
---
 oak-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index 50a8ed6154..3c767a72a6 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -251,7 +251,7 @@
         <!-- add the jar created by maven-antrun-plugin in our artifacts -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>attach-artifacts</id>

Reply via email to