Skip to content

Commit 031a21f

Browse files
committed
Update missing classes
Signed-off-by: Kunal Kotwani <[email protected]>
1 parent c5bf976 commit 031a21f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/repository-gcs/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ thirdPartyAudit {
206206
// commons-logging provided dependencies
207207
'javax.jms.Message',
208208
'javax.servlet.ServletContextEvent',
209-
'javax.servlet.ServletContextListener'
209+
'javax.servlet.ServletContextListener',
210+
// Bump for gax 2.42.0
211+
'com.google.api.gax.rpc.EndpointContext',
212+
'com.google.api.gax.rpc.RequestMutator'
210213
)
211214
}
212215

0 commit comments

Comments
 (0)