Skip to content

Commit 27fd59a

Browse files
committed
Update databind dep to 2.3.2-SNAPSHOT; needed to support fix for #81
1 parent 9aae392 commit 27fd59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
3030
<properties>
3131
<!-- no patch versions for annotations (since 2.3) -->
3232
<jackson.version.annotations>2.3.0</jackson.version.annotations>
33-
<jackson.version.core>2.3.1</jackson.version.core>
33+
<jackson.version.core>2.3.2-SNAPSHOT</jackson.version.core>
3434
<jackson.version.jaxb>2.3.1</jackson.version.jaxb>
3535
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir>
3636
<packageVersion.package>${project.groupId}.xml</packageVersion.package>

0 commit comments

Comments
 (0)