Skip to content

Commit

Permalink
Merge branch '2.18' into 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 28, 2024
2 parents 8d0ffea + 79ecea4 commit 33de43d
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 @@ -299,7 +299,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>fastdoubleparser</artifactId>
<version>1.0.1</version>
<version>1.0.90</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 @@ -18,6 +18,11 @@ a pure JSON library.

-

2.18.1 (not yet released)

#1353: Use fastdoubleparser 1.0.90
(fixed by @pjfanning)

2.18.0 (26-Sep-2024)

#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
Expand Down

0 comments on commit 33de43d

Please sign in to comment.