summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2020-04-14 18:33:46 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2020-04-16 20:15:45 +0900
commit2b1d9d697a0747d8effea5e9ace6d351fe7bbb68 (patch)
treea780320f5f2a7d576b5b800605b6009b914c9d8b /pom.xml
parentebbc3efce73278d6e0dbb1acd099db2446b1bed9 (diff)
downloadjgit-2b1d9d697a0747d8effea5e9ace6d351fe7bbb68.tar.gz
jgit-2b1d9d697a0747d8effea5e9ace6d351fe7bbb68.zip
Upgrade maven-shade-plugin to 3.2.3
Change-Id: Idf84a1a22b250484db5d03cf55c5207be37511b9 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-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>