Skip to content

Commit

Permalink
Fix #187
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 2, 2020
1 parent bc634e6 commit 5c87aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.9.10.1 (not released)

#187: Update to SnakeYAML 1.26 to address CVE-2017-18640

2.9.10 (21-Sep-2019)

No changes since 2.9.9
Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.23</version>
<version>1.26</version>
</dependency>

<!-- and for testing need annotations -->
Expand Down

0 comments on commit 5c87aed

Please sign in to comment.