diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 710fdd47..73997cc4 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -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 diff --git a/yaml/pom.xml b/yaml/pom.xml index e7f8e76c..aa1f2282 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -34,7 +34,7 @@ org.yaml snakeyaml - 1.31 + 1.32