Skip to content

Commit 420f04e

Browse files
SNOW-513708
1 parent 3250102 commit 420f04e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

FIPS/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@
274274
<groupId>com.google.cloud</groupId>
275275
<artifactId>google-cloud-storage</artifactId>
276276
<version>1.82.0</version>
277+
<exclusions>
278+
<exclusion> <!-- Exclude sub-sub dependency gson to avoid whitesource vulnerability -->
279+
<groupId>com.google.code.gson</groupId>
280+
<artifactId>gson</artifactId>
281+
</exclusion>
282+
</exclusions>
277283
</dependency>
278284
<dependency>
279285
<groupId>com.google.auth</groupId>

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@
301301
<groupId>com.google.cloud</groupId>
302302
<artifactId>google-cloud-storage</artifactId>
303303
<version>1.82.0</version>
304+
<exclusions>
305+
<exclusion> <!-- Exclude sub-sub dependency gson to avoid whitesource vulnerability -->
306+
<groupId>com.google.code.gson</groupId>
307+
<artifactId>gson</artifactId>
308+
</exclusion>
309+
</exclusions>
304310
</dependency>
305311
<dependency>
306312
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)