Skip to content

Commit af8e0a2

Browse files
committed
Backport #1331 library upgrade
1 parent f26616c commit af8e0a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
293293
<dependency>
294294
<groupId>ch.randelshofer</groupId>
295295
<artifactId>fastdoubleparser</artifactId>
296-
<version>1.0.0</version>
296+
<version>1.0.1</version>
297297
</dependency>
298298
<!-- Test dependencies -->
299299
<dependency>

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

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+
1722
2.17.2 (05-Jul-2024)
1823

1924
#1308: Relax validation by `NumberInput.looksLikeValidNumber()` to allow

0 commit comments

Comments
 (0)