We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26616c commit af8e0a2Copy full SHA for af8e0a2
pom.xml
@@ -293,7 +293,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
293
<dependency>
294
<groupId>ch.randelshofer</groupId>
295
<artifactId>fastdoubleparser</artifactId>
296
- <version>1.0.0</version>
+ <version>1.0.1</version>
297
</dependency>
298
<!-- Test dependencies -->
299
release-notes/VERSION-2.x
@@ -14,6 +14,11 @@ a pure JSON library.
14
=== Releases ===
15
------------------------------------------------------------------------
16
17
+2.17.3 (not yet released):
18
+
19
+#1331: Update to FastDoubleParser v1.0.1 to fix `BigDecimal` decoding problem
20
+ (contributed by @pjfanning)
21
22
2.17.2 (05-Jul-2024)
23
24
#1308: Relax validation by `NumberInput.looksLikeValidNumber()` to allow
0 commit comments