Skip to content

Commit

Permalink
upgrade jackson-databind to v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed May 25, 2019
1 parent 4c0bd1e commit 81a2b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.tminglei</groupId>
<artifactId>form-binder-java</artifactId>
<version>0.13.3</version>
<version>0.13.4</version>
<packaging>jar</packaging>

<name>form-binder-java</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.4</version>
<version>2.9.9</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 81a2b73

Please sign in to comment.