Skip to content

Commit

Permalink
Updated gson to 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jun 28, 2022
1 parent 850055f commit fed1648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<httpclient.version>[4.5.13,)</httpclient.version>
<cglib.version>3.2.7</cglib.version>
<xerces.version>2.12.1</xerces.version>
<gson.version>2.8.9</gson.version>
</properties>
<modules>
<module>io</module>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>${gson.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fed1648

Please sign in to comment.