File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ dependencies {
172172 api ' io.grpc:grpc-protobuf'
173173 api ' com.google.auth:google-auth-library-oauth2-http'
174174 api ' com.google.auth:google-auth-library-credentials'
175- api platform(' com.google.cloud:google-cloud-shared-dependencies:3.11 .0' )
175+ api platform(' com.google.cloud:google-cloud-shared-dependencies:3.14 .0' )
176176 implementation ' com.google.guava:guava'
177177 implementation ' com.google.auto.service:auto-service:1.0.1'
178178 implementation ' javax.annotation:javax.annotation-api'
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ protobuf {
6262dependencies {
6363 api project(' :google-ads-codegen' )
6464 implementation ' org.slf4j:slf4j-api:1.7.25'
65- annotationProcessor ' com.google.auto.value:auto-value:1.10.1 '
65+ annotationProcessor ' com.google.auto.value:auto-value:1.10.2 '
6666 testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
6767 testImplementation ' org.mockito:mockito-all:1.9.5'
6868 testImplementation ' com.google.api:gax-grpc::testlib'
69- testImplementation ' io.grpc:grpc-context:1.55.1 '
69+ testImplementation ' io.grpc:grpc-context'
7070 testImplementation ' com.google.truth:truth:0.27'
71- implementation ' com.google.auto.value:auto-value-annotations:1.10.1 '
72- testImplementation ' com.google.auto.value:auto-value-annotations:1.10.1 '
71+ implementation ' com.google.auto.value:auto-value-annotations:1.10.2 '
72+ testImplementation ' com.google.auto.value:auto-value-annotations:1.10.2 '
7373 testImplementation testFixtures(project(' :google-ads-codegen' ))
7474}
7575
You can’t perform that action at this time.
0 commit comments