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 aaaceb8 commit bcb78acCopy full SHA for bcb78ac
pom.xml
@@ -9,9 +9,8 @@
9
<parent>
10
<groupId>com.fasterxml.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>2.19.2-SNAPSHOT</version>
+ <version>2.19.2</version>
13
</parent>
14
-
15
<groupId>com.fasterxml.jackson.core</groupId>
16
<artifactId>jackson-databind</artifactId>
17
<version>2.19.2-SNAPSHOT</version>
release-notes/VERSION-2.x
@@ -4,7 +4,7 @@ Project: jackson-databind
4
=== Releases ===
5
------------------------------------------------------------------------
6
7
-2.19.2 (not yet released)
+2.19.2 (18-Jul-2025)
8
#5202: `JsonSetter.contentNulls` ignored for `Object[]`, `String[]`
and `Collection<String>`
0 commit comments