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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 1c8074893a OAK-11120: update maven-shade-plugin version to 3.6.0 
(#1717)
1c8074893a is described below

commit 1c8074893ab74e9873801950c3d08dc9335ef6bc
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Sep 14 10:37:21 2024 +0200

    OAK-11120: update maven-shade-plugin version to 3.6.0 (#1717)
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 965b9c87b2..0a1cdf2203 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -336,7 +336,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.5.3</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

Reply via email to