Skip to content

Commit ab6b26d

Browse files
committed
Update dependencies and Maven plugins
- maven-compiler-plugin 3.6.0 - XZ 1.6 - Jackson 2.8.5 - Mockito 2.5.5
1 parent a7f6785 commit ab6b26d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-compiler-plugin</artifactId>
86-
<version>3.5.1</version>
86+
<version>3.6.0</version>
8787
<configuration>
8888
<source>${targetJdk}</source>
8989
<target>${targetJdk}</target>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>org.tukaani</groupId>
180180
<artifactId>xz</artifactId>
181-
<version>1.5</version>
181+
<version>1.6</version>
182182
</dependency>
183183

184184
<dependency>
@@ -216,19 +216,19 @@
216216
<dependency>
217217
<groupId>com.fasterxml.jackson.core</groupId>
218218
<artifactId>jackson-core</artifactId>
219-
<version>2.8.4</version>
219+
<version>2.8.5</version>
220220
</dependency>
221221

222222
<dependency>
223223
<groupId>com.fasterxml.jackson.core</groupId>
224224
<artifactId>jackson-databind</artifactId>
225-
<version>2.8.4</version>
225+
<version>2.8.5</version>
226226
</dependency>
227227

228228
<dependency>
229229
<groupId>org.mockito</groupId>
230230
<artifactId>mockito-core</artifactId>
231-
<version>2.2.7</version>
231+
<version>2.5.5</version>
232232
<scope>test</scope>
233233
</dependency>
234234

0 commit comments

Comments
 (0)