Skip to content

Commit

Permalink
Merge pull request #33 from taxjar/Gson-Vulnerability-Patch
Browse files Browse the repository at this point in the history
Patch vulnerability in Gson dependency
  • Loading branch information
dallendalton authored Jan 26, 2022
2 parents edb416d + d96faac commit 33d9ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>converter-gson</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 33d9ed3

Please sign in to comment.