Skip to content

Commit 43fbb78

Browse files
committed
Fix thirdPartyAudit
Signed-off-by: Craig Perkins <[email protected]>
1 parent 5513f03 commit 43fbb78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/repository-azure/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ thirdPartyAudit {
112112
'com.azure.storage.internal.avro.implementation.AvroReader',
113113
'com.azure.storage.internal.avro.implementation.AvroReaderFactory',
114114
'com.azure.storage.internal.avro.implementation.schema.AvroSchema',
115+
'com.google.gson.Gson',
116+
'com.google.gson.GsonBuilder',
117+
'com.google.gson.Strictness',
118+
'com.google.gson.ToNumberPolicy',
119+
'com.google.gson.reflect.TypeToken',
115120
'com.ctc.wstx.shaded.msv_core.driver.textui.Driver',
116121
'io.micrometer.context.ContextAccessor',
117122
'io.micrometer.core.instrument.Counter',

0 commit comments

Comments
 (0)