Skip to content

Commit

Permalink
Prepare for 2.15.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 14, 2023
1 parent fc15a88 commit 508d679
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.0-rc3-SNAPSHOT</version>
<version>2.15.0-rc3</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
Expand Down
13 changes: 6 additions & 7 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ Active Maintainers:
=== Releases ===
------------------------------------------------------------------------

#411: (toml) Fuzzer-found issue #57237 (buffer boundary condition)
(contributed by @yawkat)
#415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
(contributed by Niels B)

2.15.0-rc2 (28-Mar-2023)
2.15.0-rc2 (14-Apr-2023)

#373: (yaml) Positive numbers with plus sign not quoted correctly with
`ALWAYS_QUOTE_NUMBERS_AS_STRINGS`
Expand All @@ -30,7 +25,11 @@ Active Maintainers:
to allow parsing "boolean" words as strings instead of booleans
(contributed by Axel N)
#390: (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
(contributed by @pjfanning)
(contributed by @pjfannin
#411: (toml) Fuzzer-found issue #57237 (buffer boundary condition)
(contributed by @yawkat)
#415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
(contributed by Niels B)

2.14.2 (28-Jan-2023)

Expand Down

0 comments on commit 508d679

Please sign in to comment.