Skip to content

Commit 2c163ff

Browse files
committed
Backport #335 in 2.13 (for possible but not guaranteed 2.13.5 release)
1 parent 0fcc509 commit 2c163ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
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.5 (not yet released)
22+
23+
#335: (yaml) Update to SnakeYAML 1.31
24+
(contributed by @pjfanning)
25+
2126
2.13.4 (03-Sep-2022)
2227

2328
#329: (yaml) Update to SnakeYAML 1.31

yaml/pom.xml

Lines changed: 1 addition & 1 deletion
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.31</version>
37+
<version>1.32</version>
3838
</dependency>
3939

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

0 commit comments

Comments
 (0)