Skip to content

Commit

Permalink
Use jackson-databind 2.9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Nov 11, 2019
1 parent 1c2cdc2 commit 9a15629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -98,6 +98,7 @@
<version.test.processes>1.3.0</version.test.processes>
<version.iohandler>1.3.0</version.iohandler>
<version.common.xml>2.6.1</version.common.xml>
<version.jackson-databind>2.9.10.1</version.jackson-databind>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -354,7 +355,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10</version>
<version>${version.jackson-databind}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 9a15629

Please sign in to comment.