Skip to content

Commit 272bda3

Browse files
committed
Prepare for 2.3.2
1 parent 02d435c commit 272bda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-core</artifactId>
77-
<version>2.3.1</version>
77+
<version>2.3.2</version>
7878
</dependency>
7979

8080
<!-- and for testing, JUnit is needed, as well as quite a few

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Project: jackson-databind
2-
Version: 2.3.2 (xx-xxx-2014)
2+
Version: 2.3.2 (01-Mar-2014)
33

44
#378: Fix a problem with custom enum deserializer construction
55
(reported by BokoEnos@github)

0 commit comments

Comments
 (0)