Skip to content

Commit ebeb863

Browse files
committed
Backport #329 (snakeyaml to 1.31) into 2.13 for 2.13.4 release
1 parent 13637cc commit ebeb863

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.13
2020

21+
2.13.4 (not yet released)
22+
23+
#329: (yaml) Update to SnakeYAML 1.31
24+
(contributed by @pjfanning)
25+
2126
2.13.3 (14-May-2022)
2227

2328
No changes since 2.13.2

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>1.30</version>
37+
<version>1.31</version>
3838
</dependency>
3939

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

0 commit comments

Comments
 (0)