Skip to content

Commit b5a65d4

Browse files
committed
Prepare for 2.16.2 release
1 parent 31cfe93 commit b5a65d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.16.2-SNAPSHOT</version>
11+
<version>2.16.2</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Co-maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19+
2.16.2 (09-Mar-2024)
20+
21+
No changes since 2.16.1
22+
1923
2.16.1 (24-Dec-2023)
2024

2125
#733: Fix problem with Serializable objects not implementing readResolve.

0 commit comments

Comments
 (0)