Skip to content

Commit

Permalink
GSON 2.9.0 fixes CVE-2022-25647
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschlansker committed May 22, 2022
1 parent 4142965 commit de96aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
@@ -1,6 +1,7 @@
# Unreleased

- ANTLr 4.10.1
- GSON 2.9.0 fixes CVE-2022-25647

# 3.29.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -344,7 +344,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
<version>2.9.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit de96aac

Please sign in to comment.