Skip to content

Commit 998064b

Browse files
committed
Backport #499 in 2.18(.1) as well
1 parent 46de17e commit 998064b

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
@@ -14,6 +14,11 @@ Active Maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.18.1 (not yet released)
18+
19+
#499: (yaml) SnakeYAML upgrade to 2.3
20+
(contributed by @pjfanning)
21+
1722
2.18.0 (26-Sep-2024)
1823

1924
#442: (csv) Allow use of "value decorators" (like `[` and `]` for arrays)

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)