Skip to content

Commit

Permalink
Fix #303
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 13, 2022
1 parent 843ae2a commit 20b7de3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ Active Maintainers:

No changes since 2.13

2.13.2 (not yet released)

#303: (yaml) Update to SnakeYAML 1.30
(suggested by PJ Fanning)

2.13.1 (19-Dec-2021)

#288: Caching conflict when creating CSV schemas with different views
#288: (csv) Caching conflict when creating CSV schemas with different views
for the same POJO
(reported by Falk H)

Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.28</version>
<version>1.30</version>
</dependency>

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

0 comments on commit 20b7de3

Please sign in to comment.