Skip to content

Commit b76a11a

Browse files
committed
2.x to 2.23
1 parent 6d19348 commit b76a11a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
1212
<artifactId>jackson-parent</artifactId>
13-
<version>2.22</version>
13+
<version>2.23-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.22.1-SNAPSHOT</version>
19+
<version>2.23-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ NOTE: Jackson 3.x components rely on 2.x annotations; there are no separate
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.23 (not yet released)
18+
19+
No changes since 2.22
20+
1721
2.22 (31-May-2026)
1822

1923
#78: Add `@JsonApplyView` to allow changing active JsonView on submodels

0 commit comments

Comments
 (0)