We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e0bd8 commit c17988cCopy full SHA for c17988c
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>com.fasterxml.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>2.16.2-SNAPSHOT</version>
+ <version>2.16.2</version>
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
release-notes/VERSION-2.x
@@ -8,7 +8,7 @@ Project: jackson-databind
8
-
-2.16.2 (not yet released)
+2.16.2 (09-Mar-2024)
#4302: Problem deserializing some type of Enums when using `PropertyNamingStrategy`
(reported by Pieter D-S)
0 commit comments