diff --git a/README.md b/README.md index 589dc8bd..013b70b6 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.1') +implementation platform('com.google.cloud:libraries-bom:26.1.2') 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.3.10' +implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.3.11' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.3.10" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.3.11" ``` ## Authentication