Skip to content

Commit 8194033

Browse files
authored
Security vulnerability fix for "google-oauth-client" (External Storage) (#571)
* Bump Google Version * Use lates version for Google OAuth Client Library * bump google gson latest version * delete sample.db * Revert "delete sample.db" This reverts commit abb2045. * Revert sample.db
1 parent 1f46b88 commit 8194033

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

gxexternalproviders/pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,25 @@
3939
<artifactId>aws-java-sdk-s3</artifactId>
4040
<version>1.12.93</version>
4141
</dependency>
42-
42+
<dependency>
43+
<groupId>com.google.code.gson</groupId>
44+
<artifactId>gson</artifactId>
45+
<version>2.9.0</version>
46+
</dependency>
4347
<dependency>
4448
<groupId>com.google.cloud</groupId>
4549
<artifactId>google-cloud-storage</artifactId>
46-
<version>1.114.0</version>
50+
<version>1.118.1</version>
4751
</dependency>
4852
<dependency>
4953
<groupId>com.google.api-client</groupId>
5054
<artifactId>google-api-client</artifactId>
51-
<version>1.31.5</version>
55+
<version>1.34.1</version>
56+
</dependency>
57+
<dependency>
58+
<groupId>com.google.oauth-client</groupId>
59+
<artifactId>google-oauth-client</artifactId>
60+
<version>1.33.3</version>
5261
</dependency>
5362
<dependency>
5463
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)