We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4f69a commit 9c31445Copy full SHA for 9c31445
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.16.1-SNAPSHOT</version>
+ <version>2.16.1</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
release-notes/VERSION-2.x
@@ -16,7 +16,7 @@ Co-maintainers:
16
=== Releases ===
17
------------------------------------------------------------------------
18
19
-2.16.1 (not yet released)
+2.16.1 (24-Dec-2023)
20
21
#733: Fix problem with Serializable objects not implementing readResolve.
22
0 commit comments