We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c89130 commit 835ef99Copy full SHA for 835ef99
release-notes/VERSION-2.x
@@ -8,6 +8,11 @@ Modules:
8
=== Releases ===
9
------------------------------------------------------------------------
10
11
+2.9.7 (not yet released)
12
+
13
+#81: Jackson 2.9.5, 2.9.6 incompatible with snakeyaml 1.20, 1.21
14
+ (reported by Yegor B)
15
16
2.9.6 (12-Jun-2018)
17
18
#84 (yaml): Add option to allow use of platform-linefeed
yaml/pom.xml
@@ -30,7 +30,7 @@
30
<dependency>
31
<groupId>org.yaml</groupId>
32
<artifactId>snakeyaml</artifactId>
33
- <version>1.18</version>
+ <version>1.23</version>
34
</dependency>
35
36
<!-- and for testing need annotations -->
0 commit comments