We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843ae2a commit 20b7de3Copy full SHA for 20b7de3
release-notes/VERSION-2.x
@@ -18,9 +18,14 @@ Active Maintainers:
18
19
No changes since 2.13
20
21
+2.13.2 (not yet released)
22
+
23
+#303: (yaml) Update to SnakeYAML 1.30
24
+ (suggested by PJ Fanning)
25
26
2.13.1 (19-Dec-2021)
27
-#288: Caching conflict when creating CSV schemas with different views
28
+#288: (csv) Caching conflict when creating CSV schemas with different views
29
for the same POJO
30
(reported by Falk H)
31
yaml/pom.xml
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>org.yaml</groupId>
36
<artifactId>snakeyaml</artifactId>
37
- <version>1.28</version>
+ <version>1.30</version>
38
</dependency>
39
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
0 commit comments