We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a1074 commit 486b33fCopy full SHA for 486b33f
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.17.0-SNAPSHOT</version>
+ <version>2.17.0</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.core</groupId>
14
<artifactId>jackson-core</artifactId>
release-notes/VERSION-2.x
@@ -14,7 +14,7 @@ a pure JSON library.
=== Releases ===
15
------------------------------------------------------------------------
16
17
-2.17.0-rc1 (26-Feb-2024)
+2.17.0 (12-Mar-2024)
18
19
#507: Add `JsonWriteFeature.ESCAPE_FORWARD_SLASHES` to allow escaping of '/' for
20
String values
0 commit comments