Skip to content

Commit 835ef99

Browse files
committed
Fix #81 by updating SnakeYAML dep to 1.23
1 parent 7c89130 commit 835ef99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

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+
1116
2.9.6 (12-Jun-2018)
1217

1318
#84 (yaml): Add option to allow use of platform-linefeed

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.yaml</groupId>
3232
<artifactId>snakeyaml</artifactId>
33-
<version>1.18</version>
33+
<version>1.23</version>
3434
</dependency>
3535

3636
<!-- and for testing need annotations -->

0 commit comments

Comments
 (0)