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 3a906e3 commit 4a4b3a6Copy full SHA for 4a4b3a6
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.15.2-SNAPSHOT</version>
+ <version>2.15.2</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
release-notes/VERSION-2.x
@@ -16,6 +16,8 @@ Co-maintainers:
16
=== Releases ===
17
------------------------------------------------------------------------
18
19
+2.15.2 (30-May-2023)
20
+
21
#675: Modified to use Converter in Sequence serialization
22
This change allows serialization-related annotations, such as `JsonSerialize(contentUsing = ...)`, to work on `Sequence`.
23
Also fixes #674.
0 commit comments