diff --git a/java-bigqueryconnection/README.md b/java-bigqueryconnection/README.md index ca2e0bb767aa..040420500467 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.5.0 + 2.5.1 ``` @@ -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.5.0' +implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.5.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.5.1" ``` ## Authentication diff --git a/java-bigqueryconnection/samples/install-without-bom/pom.xml b/java-bigqueryconnection/samples/install-without-bom/pom.xml index f16dd7f7572c..0f264c554060 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.5.0 + 2.5.1 diff --git a/java-bigqueryconnection/samples/snippets/pom.xml b/java-bigqueryconnection/samples/snippets/pom.xml index e672b3054ef5..26ea6b49373c 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.5.0 + 2.5.1