Skip to content

Commit

Permalink
2.15.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 31, 2023
1 parent 3a906e3 commit 4a4b3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.2-SNAPSHOT</version>
<version>2.15.2</version>
</parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Co-maintainers:
=== Releases ===
------------------------------------------------------------------------

2.15.2 (30-May-2023)

#675: Modified to use Converter in Sequence serialization
This change allows serialization-related annotations, such as `JsonSerialize(contentUsing = ...)`, to work on `Sequence`.
Also fixes #674.
Expand Down

0 comments on commit 4a4b3a6

Please sign in to comment.