Skip to content

Commit

Permalink
Backport #335 in 2.13 (for possible but not guaranteed 2.13.5 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 13, 2022
1 parent 0fcc509 commit 2c163ff
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.13

2.13.5 (not yet released)

#335: (yaml) Update to SnakeYAML 1.31
(contributed by @pjfanning)

2.13.4 (03-Sep-2022)

#329: (yaml) Update to SnakeYAML 1.31
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>1.31</version>
<version>1.32</version>
</dependency>

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

0 comments on commit 2c163ff

Please sign in to comment.