Skip to content

Commit 306d255

Browse files
committed
Backport #499 in 2.17(.3)
1 parent 92ddc22 commit 306d255

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Active Maintainers:
1818

1919
No changes since 2.17
2020

21+
2.17.3 (not yet released)
22+
23+
#499: (yaml) SnakeYAML upgrade to 2.3
24+
(contributed by @pjfanning)
25+
2126
2.17.2 (05-Jul-2024)
2227

2328
#481: (csv) Fix issue in `setSchema()`

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.yaml</groupId>
3636
<artifactId>snakeyaml</artifactId>
37-
<version>2.2</version>
37+
<version>2.3</version>
3838
</dependency>
3939

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

0 commit comments

Comments
 (0)