Skip to content

Commit 20b7de3

Browse files
committed
Fix #303
1 parent 843ae2a commit 20b7de3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

release-notes/VERSION-2.x

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ Active Maintainers:
1818

1919
No changes since 2.13
2020

21+
2.13.2 (not yet released)
22+
23+
#303: (yaml) Update to SnakeYAML 1.30
24+
(suggested by PJ Fanning)
25+
2126
2.13.1 (19-Dec-2021)
2227

23-
#288: Caching conflict when creating CSV schemas with different views
28+
#288: (csv) Caching conflict when creating CSV schemas with different views
2429
for the same POJO
2530
(reported by Falk H)
2631

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.yaml</groupId>
3636
<artifactId>snakeyaml</artifactId>
37-
<version>1.28</version>
37+
<version>1.30</version>
3838
</dependency>
3939

4040
<!-- and for testing need annotations; but should be available via `jackson-databind` above

0 commit comments

Comments
 (0)