update Jackson dependency to 2.10

This commit is contained in:
Stefan Kalscheuer 2019-11-04 18:11:00 +01:00
parent d0e118f1fd
commit d1cf795106

11
pom.xml
View File

@ -47,15 +47,10 @@
</issueManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
@ -121,7 +116,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<classifier>runtime</classifier>
</dependency>
</dependencies>
@ -130,7 +125,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<executions>
<execution>
<id>default-instrument</id>