Skip to content

Commit

Permalink
Backport #499 in 2.18(.1) as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 29, 2024
1 parent 46de17e commit 998064b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 @@ Active Maintainers:
=== Releases ===
------------------------------------------------------------------------

2.18.1 (not yet released)

#499: (yaml) SnakeYAML upgrade to 2.3
(contributed by @pjfanning)

2.18.0 (26-Sep-2024)

#442: (csv) Allow use of "value decorators" (like `[` and `]` for arrays)
Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>

<!-- and for testing need annotations; but should be available via `jackson-databind` above
Expand Down

0 comments on commit 998064b

Please sign in to comment.