Skip to content

Commit bcb78ac

Browse files
committed
Prep for 2.19.2
1 parent aaaceb8 commit bcb78ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.19.2-SNAPSHOT</version>
12+
<version>2.19.2</version>
1313
</parent>
14-
1514
<groupId>com.fasterxml.jackson.core</groupId>
1615
<artifactId>jackson-databind</artifactId>
1716
<version>2.19.2-SNAPSHOT</version>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.19.2 (not yet released)
7+
2.19.2 (18-Jul-2025)
88

99
#5202: `JsonSetter.contentNulls` ignored for `Object[]`, `String[]`
1010
and `Collection<String>`

0 commit comments

Comments
 (0)