We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcd0aa commit 6f4fee3Copy full SHA for 6f4fee3
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.18.6-SNAPSHOT</version>
+ <version>2.18.6</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.module</groupId>
9
<artifactId>jackson-modules-java8</artifactId>
release-notes/VERSION-2.x
@@ -8,6 +8,10 @@ Modules:
=== Releases ===
------------------------------------------------------------------------
10
11
+2.18.6 (22-Feb-2026)
12
+
13
+No changes since 2.18.5
14
15
2.18.5 (27-Oct-2025)
16
17
#372: `java.util.Optional` deserialisation fails when using `TypeFactory.defaultInstance`
0 commit comments