Update dependencies

This commit is contained in:
sgdc3 2017-09-27 14:55:59 +02:00
parent dc4124de0a
commit 83b5a3d66d

10
pom.xml
View File

@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
<configuration>
<source>${project.jdkVersion}</source>
<target>${project.jdkVersion}</target>
@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.20.1</version>
<configuration>
<!-- Force the right file encoding during unit testing -->
<argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine>
@ -316,7 +316,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
<version>2.8.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@ -360,7 +360,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@ -729,7 +729,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.9.0</version>
<version>2.10.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>