File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 274
274
<groupId >com.google.cloud</groupId >
275
275
<artifactId >google-cloud-storage</artifactId >
276
276
<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 >
277
283
</dependency >
278
284
<dependency >
279
285
<groupId >com.google.auth</groupId >
Original file line number Diff line number Diff line change 301
301
<groupId >com.google.cloud</groupId >
302
302
<artifactId >google-cloud-storage</artifactId >
303
303
<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 >
304
310
</dependency >
305
311
<dependency >
306
312
<groupId >com.google.auth</groupId >
You can’t perform that action at this time.
0 commit comments