Skip to content

Commit ce9fad9

Browse files
committed
...
1 parent 297b206 commit ce9fad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
1212
<artifactId>jackson-databind</artifactId>
13-
<version>2.7.1-2-SNAPSHOT</version>
13+
<version>2.7.2-SNAPSHOT</version>
1414
<name>jackson-databind</name>
1515
<packaging>bundle</packaging>
1616
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-core</artifactId>
54-
<version>2.7.1</version>
54+
<version>2.7.2-SNAPSHOT</version>
5555
</dependency>
5656

5757
<!-- and for testing we need a few libraries

0 commit comments

Comments
 (0)