We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da9c4e commit 5043d03Copy full SHA for 5043d03
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.13.1-SNAPSHOT</version>
+ <version>2.13.1</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
release-notes/VERSION-2.x
@@ -18,6 +18,10 @@ Co-maintainers:
18
19
No changes since 2.13
20
21
+2.13.1 (19-Dec-2021)
22
+
23
+No documented changes since 2.13.0
24
25
2.13.0 (30-Sep-2021)
26
27
#438: Fixed mapping failure when `private` `companion object` is named
0 commit comments