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

baedke 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 51e08e33b4 OAK-10785: update maven-shade-plugin version to 3.5.3
51e08e33b4 is described below

commit 51e08e33b4e5798c0da4de8125968ba676e8c12b
Author: Manfred Baedke <[email protected]>
AuthorDate: Fri May 3 12:36:36 2024 +0200

    OAK-10785: update maven-shade-plugin version to 3.5.3
    
    done
---
 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 914f10915c..3b08500c9f 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -334,7 +334,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.5.3</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

Reply via email to