diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:25:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe (patch) | |
tree | cc38edd173e2c1e915d76b69ed7359a69f329611 | |
parent | 6cc9e6116889a7949a6cb0cfd4b47d42982164df (diff) | |
download | jgit-b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe.tar.gz jgit-b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe.zip |
Update maven-shade-plugin to 3.5.3
Change-Id: I71d1fb6c6e7ce8ab121e77ffbc05b14fd47879f1
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |