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 2a2f904 commit b17e3f1Copy full SHA for b17e3f1
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.fasterxml.jackson</groupId>
5
<!-- For 2.9.2 and beyond, new parent pom; extends jackson-bom -->
6
<artifactId>jackson-base</artifactId>
7
- <version>2.9.9</version>
+ <version>2.9.10</version>
8
</parent>
9
10
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -14,7 +14,7 @@ JSON library.
14
=== Releases ===
15
------------------------------------------------------------------------
16
17
-2.9.10 (not yet released)
+2.9.10 (21-Sep-2019)
18
19
#540: UTF8StreamJsonParser: fix byte to int conversion for malformed escapes
20
(reported by Alex R and Sam S)
0 commit comments