Merge pull request #21 from gresham-computing/DWN-39058_gson

DWN-39058 : upgrade gson to 2.8.9
pull/1601/head
Harry Smith 2021-12-23 15:01:29 +00:00 committed by GitHub
commit 623557e08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>