Skip to content

Commit 7a0222c

Browse files
committed
update shared dependencies
1 parent 604e6a7 commit 7a0222c

2 files changed

Lines changed: 2 additions & 2 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
@@ -206,7 +206,7 @@ dependencies {
206206
api 'io.grpc:grpc-protobuf'
207207
api 'com.google.auth:google-auth-library-oauth2-http'
208208
api 'com.google.auth:google-auth-library-credentials'
209-
api platform('com.google.cloud:google-cloud-shared-dependencies:3.52.2')
209+
api platform('com.google.cloud:google-cloud-shared-dependencies:3.54.1')
210210
implementation 'com.google.guava:guava'
211211
implementation 'com.google.auto.service:auto-service:1.0.1'
212212
implementation 'javax.annotation:javax.annotation-api'

google-ads-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
// This makes this BOM inherit all dependency versions from the Google Cloud
127127
// BOM. This version is determined based on the current used version of
128128
// google-cloud-shared-dependencies.
129-
api(platform("com.google.cloud:libraries-bom:26.69.0"))
129+
api(platform("com.google.cloud:libraries-bom:26.72.0"))
130130

131131
// Add constraints for all of this project's artifacts.
132132
constraints {

0 commit comments

Comments
 (0)