We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13637cc commit ebeb863Copy full SHA for ebeb863
release-notes/VERSION-2.x
@@ -18,6 +18,11 @@ Active Maintainers:
18
19
No changes since 2.13
20
21
+2.13.4 (not yet released)
22
+
23
+#329: (yaml) Update to SnakeYAML 1.31
24
+ (contributed by @pjfanning)
25
26
2.13.3 (14-May-2022)
27
28
No changes since 2.13.2
yaml/pom.xml
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>org.yaml</groupId>
36
<artifactId>snakeyaml</artifactId>
37
- <version>1.30</version>
+ <version>1.31</version>
38
</dependency>
39
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
0 commit comments