#1026 - Upgrade to Jackson 2.9.9.20190727 using the BOM.
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -75,7 +75,7 @@
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<jacoco>0.7.9</jacoco>
|
||||
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
|
||||
<jackson.version>2.9.9</jackson.version>
|
||||
<jackson.version>2.9.9.20190727</jackson.version>
|
||||
<java-module-name>spring.hateoas</java-module-name>
|
||||
<jsonpath.version>2.4.0</jsonpath.version>
|
||||
<junit.version>5.5.0</junit.version>
|
||||
@@ -696,6 +696,13 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson</groupId>
|
||||
<artifactId>jackson-bom</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@@ -774,14 +781,12 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user