diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index a335feb7..3d2f8282 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:4e961d006ec9e44501273788f3cbe1e060c4666742ba190f60d6a05bcdf3ac8f + digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87 diff --git a/README.md b/README.md index ec7cda57..30117b88 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.25' +implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.26' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.25" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.26" ``` ## Authentication