summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-05 11:50:59 +0200
committerSimon Rettberg2017-07-05 11:50:59 +0200
commit935d8281bfd341d7639c21a683b49c95a3219af0 (patch)
treec76a89d8db755599ac5e44b635bd4bb26ecf5dc5
parent[ad/mountscript] Try more protocol versions, parallelize mounting (diff)
downloadtmlite-bwlp-935d8281bfd341d7639c21a683b49c95a3219af0.tar.gz
tmlite-bwlp-935d8281bfd341d7639c21a683b49c95a3219af0.tar.xz
tmlite-bwlp-935d8281bfd341d7639c21a683b49c95a3219af0.zip
Update dependencies
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index ce899cc..7fe7fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -78,7 +78,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -90,13 +90,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.8</version>
+ <version>1.14</version>
<scope>compile</scope>
</dependency>
<dependency>