We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46de17e commit 998064bCopy full SHA for 998064b
release-notes/VERSION-2.x
@@ -14,6 +14,11 @@ Active Maintainers:
14
=== Releases ===
15
------------------------------------------------------------------------
16
17
+2.18.1 (not yet released)
18
+
19
+#499: (yaml) SnakeYAML upgrade to 2.3
20
+ (contributed by @pjfanning)
21
22
2.18.0 (26-Sep-2024)
23
24
#442: (csv) Allow use of "value decorators" (like `[` and `]` for arrays)
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