Skip to content

Commit

Permalink
Backport #1331 library upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 13, 2024
1 parent f26616c commit af8e0a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>fastdoubleparser</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------

2.17.3 (not yet released):

#1331: Update to FastDoubleParser v1.0.1 to fix `BigDecimal` decoding problem
(contributed by @pjfanning)

2.17.2 (05-Jul-2024)

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

0 comments on commit af8e0a2

Please sign in to comment.