We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ddc22 commit 306d255Copy full SHA for 306d255
release-notes/VERSION-2.x
@@ -18,6 +18,11 @@ Active Maintainers:
18
19
No changes since 2.17
20
21
+2.17.3 (not yet released)
22
+
23
+#499: (yaml) SnakeYAML upgrade to 2.3
24
+ (contributed by @pjfanning)
25
26
2.17.2 (05-Jul-2024)
27
28
#481: (csv) Fix issue in `setSchema()`
yaml/pom.xml
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>org.yaml</groupId>
36
<artifactId>snakeyaml</artifactId>
37
- <version>2.2</version>
+ <version>2.3</version>
38
</dependency>
39
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
0 commit comments