Skip to content

Commit 88b7236

Browse files
committed
1 parent ebc1f52 commit 88b7236

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

buildSrc/src/main/groovy/com.google.api-ads.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

google-ads/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ protobuf {
6262
dependencies {
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

0 commit comments

Comments
 (0)