Bump gson from 2.8.5/2.7 to 2.8.9 (see #3690)

This commit is contained in:
Andreas Dangel 2021-12-20 10:39:17 +01:00
parent 195548e020
commit 38950fef96
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
3 changed files with 7 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<!-- apex jorje actually depends on 2.7 (https://github.com/forcedotcom/salesforcedx-vscode/commit/631b8cfb85cff5e989bfea13bca681b6cedcb003) -->
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>

View File

@ -144,7 +144,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>

View File

@ -719,6 +719,12 @@
<artifactId>groovy</artifactId>
<version>2.4.21</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<!-- TEST DEPENDENCIES -->
<dependency>