Skip to content

Commit c17988c

Browse files
committed
Prepare for 2.16.2 release
1 parent 83e0bd8 commit c17988c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.16.2-SNAPSHOT</version>
12+
<version>2.16.2</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Project: jackson-databind
88

99
-
1010

11-
2.16.2 (not yet released)
11+
2.16.2 (09-Mar-2024)
1212

1313
#4302: Problem deserializing some type of Enums when using `PropertyNamingStrategy`
1414
(reported by Pieter D-S)

0 commit comments

Comments
 (0)