Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2020-04-14 09:33:46 +0000
committerDavid Pursehouse2020-04-16 11:15:45 +0000
commit2b1d9d697a0747d8effea5e9ace6d351fe7bbb68 (patch)
treea780320f5f2a7d576b5b800605b6009b914c9d8b
parentebbc3efce73278d6e0dbb1acd099db2446b1bed9 (diff)
downloadjgit-2b1d9d697a0747d8effea5e9ace6d351fe7bbb68.tar.gz
jgit-2b1d9d697a0747d8effea5e9ace6d351fe7bbb68.tar.xz
jgit-2b1d9d697a0747d8effea5e9ace6d351fe7bbb68.zip
Upgrade maven-shade-plugin to 3.2.3
Change-Id: Idf84a1a22b250484db5d03cf55c5207be37511b9 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 070a1c52d3..aadded02fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.2</version>
+ <version>3.2.3</version>
</plugin>
<plugin>

Back to the top