diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:27:02 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:57:15 +0100 |
commit | eecaebec3ffcf16575c6f1b998721455e29a026f (patch) | |
tree | 2b9b5a59dd55674ea22ff7b828c15b1b28372ed2 /org.eclipse.jgit.benchmarks/pom.xml | |
parent | f61b7e5406c76275ecbef172c049b8a8a0cd3e2b (diff) | |
download | jgit-eecaebec3ffcf16575c6f1b998721455e29a026f.tar.gz jgit-eecaebec3ffcf16575c6f1b998721455e29a026f.zip |
Update maven-shade-plugin to 3.2.4
Change-Id: Id3eb7c8ab5ce37b6079bbf9a4cb1974ba70ace8a
Diffstat (limited to 'org.eclipse.jgit.benchmarks/pom.xml')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 4b2a0ae337..9b57120630 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -115,7 +115,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.2.1</version> + <version>3.2.4</version> <executions> <execution> <phase>package</phase> |