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 bbd4080 commit 03c07b2Copy full SHA for 03c07b2
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.14.1-SNAPSHOT</version>
+ <version>2.14.1</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
release-notes/VERSION-2.x
@@ -15,6 +15,10 @@ Co-maintainers:
15
=== Releases ===
16
------------------------------------------------------------------------
17
18
+2.14.1 (21-Nov-2022)
19
+
20
+No changes since 2.14.0
21
22
2.14.0 (05-Nov-2022)
23
24
#582: Ignore open-ended ranges in `KotlinMixins.kt` (to help with Kotlin 1.7.20+)
0 commit comments