File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
293
293
<dependency >
294
294
<groupId >ch.randelshofer</groupId >
295
295
<artifactId >fastdoubleparser</artifactId >
296
- <version >1.0.0 </version >
296
+ <version >1.0.1 </version >
297
297
</dependency >
298
298
<!-- Test dependencies -->
299
299
<dependency >
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
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
+
17
22
2.17 .2 (05 - Jul - 2024 )
18
23
19
24
#1308 : Relax validation by `NumberInput.looksLikeValidNumber()` to allow
You can’t perform that action at this time.
0 commit comments