aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-24 00:25:12 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-24 00:36:44 +0200
commitb7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe (patch)
treecc38edd173e2c1e915d76b69ed7359a69f329611
parent6cc9e6116889a7949a6cb0cfd4b47d42982164df (diff)
downloadjgit-b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe.tar.gz
jgit-b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe.zip
Update maven-shade-plugin to 3.5.3
Change-Id: I71d1fb6c6e7ce8ab121e77ffbc05b14fd47879f1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a7922b586e..c3a39b244b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.3</version>
</plugin>
<plugin>