We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcc509 commit 2c163ffCopy full SHA for 2c163ff
release-notes/VERSION-2.x
@@ -18,6 +18,11 @@ Active Maintainers:
18
19
No changes since 2.13
20
21
+2.13.5 (not yet released)
22
+
23
+#335: (yaml) Update to SnakeYAML 1.31
24
+ (contributed by @pjfanning)
25
26
2.13.4 (03-Sep-2022)
27
28
#329: (yaml) Update to SnakeYAML 1.31
yaml/pom.xml
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>org.yaml</groupId>
36
<artifactId>snakeyaml</artifactId>
37
- <version>1.31</version>
+ <version>1.32</version>
38
</dependency>
39
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
0 commit comments