diff --git a/java-bigquerydatatransfer/README.md b/java-bigquerydatatransfer/README.md
index 589dc8bd614..d755fc796db 100644
--- a/java-bigquerydatatransfer/README.md
+++ b/java-bigquerydatatransfer/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.1.1
+ 26.1.2
pom
import
@@ -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
diff --git a/java-bigquerydatatransfer/samples/snippets/pom.xml b/java-bigquerydatatransfer/samples/snippets/pom.xml
index a2b210e9ba3..6f5d12826bd 100644
--- a/java-bigquerydatatransfer/samples/snippets/pom.xml
+++ b/java-bigquerydatatransfer/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.1.1
+ 26.1.2
pom
import