Skip to content

Commit

Permalink
update gson
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Mar 15, 2022
1 parent 0d6e5f2 commit 114b79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion object-mapper-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.9.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 114b79c

Please sign in to comment.