diff --git a/java-bigqueryconnection/README.md b/java-bigqueryconnection/README.md
index 377d6b28c3d2..ca2e0bb767aa 100644
--- a/java-bigqueryconnection/README.md
+++ b/java-bigqueryconnection/README.md
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-bigqueryconnection
- 2.4.0
+ 2.5.0
```
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.4.0'
+implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.5.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.4.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.5.0"
```
## Authentication
diff --git a/java-bigqueryconnection/samples/install-without-bom/pom.xml b/java-bigqueryconnection/samples/install-without-bom/pom.xml
index a9b4f8d3e862..f16dd7f7572c 100644
--- a/java-bigqueryconnection/samples/install-without-bom/pom.xml
+++ b/java-bigqueryconnection/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.4.0
+ 2.5.0
diff --git a/java-bigqueryconnection/samples/snippets/pom.xml b/java-bigqueryconnection/samples/snippets/pom.xml
index a7f0d090d43e..3e5ec2d77fe9 100644
--- a/java-bigqueryconnection/samples/snippets/pom.xml
+++ b/java-bigqueryconnection/samples/snippets/pom.xml
@@ -40,7 +40,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.4.0
+ 2.5.0