File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,14 @@ Active Maintainers:
18
18
19
19
No changes since 2.13
20
20
21
+ 2.13.2 (not yet released)
22
+
23
+ #303 : (yaml) Update to SnakeYAML 1.30
24
+ (suggested by PJ Fanning)
25
+
21
26
2.13.1 (19 -Dec-2021 )
22
27
23
- #288 : Caching conflict when creating CSV schemas with different views
28
+ #288 : (csv) Caching conflict when creating CSV schemas with different views
24
29
for the same POJO
25
30
(reported by Falk H)
26
31
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.yaml</groupId >
36
36
<artifactId >snakeyaml</artifactId >
37
- <version >1.28 </version >
37
+ <version >1.30 </version >
38
38
</dependency >
39
39
40
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
You can’t perform that action at this time.
0 commit comments