Skip to content

Commit

Permalink
Backport #499 in 2.17(.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 29, 2024
1 parent 92ddc22 commit 306d255
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 @@ -18,6 +18,11 @@ Active Maintainers:

No changes since 2.17

2.17.3 (not yet released)

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

2.17.2 (05-Jul-2024)

#481: (csv) Fix issue in `setSchema()`
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 306d255

Please sign in to comment.