aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-07-08 13:16:25 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2017-07-08 13:16:25 +1200
commit26c41c13271a45a428555502d0c8f2b4d33d3279 (patch)
tree3199f810e75b028a224e09e00c09e5ce8392c8ee /pom.xml
parent6e3f4e0f61f4f25f8f34337de4a3141d5a2d4b7d (diff)
downloadtrackermap-server-26c41c13271a45a428555502d0c8f2b4d33d3279.tar.gz
trackermap-server-26c41c13271a45a428555502d0c8f2b4d33d3279.tar.bz2
trackermap-server-26c41c13271a45a428555502d0c8f2b4d33d3279.zip
Update Java libraries
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index c4bcaf651..5ad31b27d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jetty.version>9.2.21.v20170120</jetty.version> <!-- Jetty 9.3+ requires Java 8 -->
+ <jetty.version>9.2.22.v20170606</jetty.version> <!-- Jetty 9.3+ requires Java 8 -->
<jersey.version>2.25.1</jersey.version>
</properties>
@@ -35,22 +35,22 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.194</version>
+ <version>1.4.196</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.41</version> <!-- Version 6 required Java 8 -->
+ <version>5.1.42</version> <!-- Version 6 required Java 8 -->
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.0.0.jre7</version>
+ <version>42.1.1.jre7</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
- <version>6.1.0.jre7</version>
+ <version>6.2.0.jre7</version>
<exclusions>
<exclusion>
<groupId>com.microsoft.azure</groupId>
@@ -61,7 +61,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java7</artifactId>
- <version>2.4.11</version> <!-- Version 2.6 requires Java 8 -->
+ <version>2.4.12</version> <!-- Version 2.6 requires Java 8 -->
</dependency>
<dependency>
<groupId>io.netty</groupId>
@@ -193,7 +193,7 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
<executions>
<execution>
<phase>package</phase>
@@ -307,7 +307,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.7</version>
+ <version>3.8</version>
</plugin>
</plugins>
</reporting>