summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-10-29 10:26:14 +1100
committermd_5 <git@md-5.net>2017-10-29 10:26:14 +1100
commit3dc96312ff7c7b557822c45f6df41ac0bcf55ee6 (patch)
treeed18ca7d67a7c4a4fe3ceb3e6ab6c5342a8b57c6
parentb2737c28baaa0464ec6882ec4f1da33ee942f894 (diff)
downloadbuildtools-3dc96312ff7c7b557822c45f6df41ac0bcf55ee6.tar
buildtools-3dc96312ff7c7b557822c45f6df41ac0bcf55ee6.tar.gz
buildtools-3dc96312ff7c7b557822c45f6df41ac0bcf55ee6.tar.lz
buildtools-3dc96312ff7c7b557822c45f6df41ac0bcf55ee6.tar.xz
buildtools-3dc96312ff7c7b557822c45f6df41ac0bcf55ee6.zip
Update depends
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index ca01763..1e79783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>4.5.2.201704071617-r</version>
+ <version>4.5.3.201708160445-r</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -58,13 +58,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.1</version>
+ <version>2.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>