Skip to content

Commit

Permalink
Update missing classes
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <[email protected]>
  • Loading branch information
kotwanikunal committed Feb 5, 2024
1 parent c5bf976 commit 031a21f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@ thirdPartyAudit {
// commons-logging provided dependencies
'javax.jms.Message',
'javax.servlet.ServletContextEvent',
'javax.servlet.ServletContextListener'
'javax.servlet.ServletContextListener',
// Bump for gax 2.42.0
'com.google.api.gax.rpc.EndpointContext',
'com.google.api.gax.rpc.RequestMutator'
)
}

Expand Down

0 comments on commit 031a21f

Please sign in to comment.