diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index fb70e14d..b6721276 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
 docker:
   image: gcr.io/repo-automation-bots/owlbot-java:latest
-  digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16
+  digest: sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
deleted file mode 100644
index b8f80f45..00000000
--- a/.github/readme/synth.metadata/synth.metadata
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "sources": [
-    {
-      "git": {
-        "name": ".",
-        "remote": "https://github.com/googleapis/java-bigqueryconnection.git",
-        "sha": "72b629464d9f8796700663f5adcc2a4397b45e4a"
-      }
-    },
-    {
-      "git": {
-        "name": "synthtool",
-        "remote": "https://github.com/googleapis/synthtool.git",
-        "sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
-      }
-    }
-  ]
-}
\ No newline at end of file
diff --git a/.github/readme/synth.py b/.github/readme/synth.py
deleted file mode 100644
index 7b48cc28..00000000
--- a/.github/readme/synth.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-"""This script is used to synthesize generated the README for this library."""
-
-from synthtool.languages import java
-
-java.custom_templates(["java_library/README.md"])
diff --git a/.github/trusted-contribution.yml b/.github/trusted-contribution.yml
index f247d5c7..a0ba1f7d 100644
--- a/.github/trusted-contribution.yml
+++ b/.github/trusted-contribution.yml
@@ -1,2 +1,3 @@
 trustedContributors:
-- renovate-bot
\ No newline at end of file
+- renovate-bot
+- gcf-owl-bot[bot]
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d510359d..3becb5c0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,6 +12,9 @@ jobs:
         java: [8, 11]
     steps:
     - uses: actions/checkout@v2
+    - uses: stCarolas/setup-maven@v4
+      with:
+        maven-version: 3.8.1
     - uses: actions/setup-java@v1
       with:
         java-version: ${{matrix.java}}
@@ -23,6 +26,9 @@ jobs:
     runs-on: windows-latest
     steps:
     - uses: actions/checkout@v2
+    - uses: stCarolas/setup-maven@v4
+      with:
+        maven-version: 3.8.1
     - uses: actions/setup-java@v1
       with:
         java-version: 8
@@ -37,6 +43,9 @@ jobs:
         java: [8, 11]
     steps:
     - uses: actions/checkout@v2
+    - uses: stCarolas/setup-maven@v4
+      with:
+        maven-version: 3.8.1
     - uses: actions/setup-java@v1
       with:
         java-version: ${{matrix.java}}
@@ -46,6 +55,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
+    - uses: stCarolas/setup-maven@v4
+      with:
+        maven-version: 3.8.1
     - uses: actions/setup-java@v1
       with:
         java-version: 8
@@ -57,6 +69,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
+    - uses: stCarolas/setup-maven@v4
+      with:
+        maven-version: 3.8.1
     - uses: actions/setup-java@v1
       with:
         java-version: 8
diff --git a/.kokoro/continuous/readme.cfg b/.kokoro/continuous/readme.cfg
deleted file mode 100644
index a9b790ff..00000000
--- a/.kokoro/continuous/readme.cfg
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Format: //devtools/kokoro/config/proto/build.proto
-
-env_vars: {
-  key: "TRAMPOLINE_IMAGE"
-  value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
-}
-
-env_vars: {
-  key: "TRAMPOLINE_BUILD_FILE"
-  value: "github/java-bigqueryconnection/.kokoro/readme.sh"
-}
-
-# Build logs will be here
-action {
-  define_artifacts {
-    regex: "**/*sponge_log.xml"
-    regex: "**/*sponge_log.log"
-  }
-}
-
-# The github token is stored here.
-before_action {
-  fetch_keystore {
-    keystore_resource {
-      keystore_config_id: 73713
-      keyname: "yoshi-automation-github-key"
-      # TODO(theacodes): remove this after secrets have globally propagated
-      backend_type: FASTCONFIGPUSH
-    }
-  }
-}
-
-# Common env vars for all repositories and builds.
-env_vars: {
-    key: "GITHUB_USER"
-    value: "yoshi-automation"
-}
-env_vars: {
-    key: "GITHUB_EMAIL"
-    value: "yoshi-automation@google.com"
-}
diff --git a/.kokoro/release/common.sh b/.kokoro/release/common.sh
index 6e3f6599..7f78ee41 100755
--- a/.kokoro/release/common.sh
+++ b/.kokoro/release/common.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/drop.sh b/.kokoro/release/drop.sh
index 5c4551ef..742ec1a8 100755
--- a/.kokoro/release/drop.sh
+++ b/.kokoro/release/drop.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/promote.sh b/.kokoro/release/promote.sh
index 1fa95fa5..3cac3d8a 100755
--- a/.kokoro/release/promote.sh
+++ b/.kokoro/release/promote.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 3bc41b26..5b3ab6ad 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2019 Google Inc.
+# Copyright 2019 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index e76e317c..8aedd277 100755
--- a/.kokoro/release/publish_javadoc11.sh
+++ b/.kokoro/release/publish_javadoc11.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2021 Google Inc.
+# Copyright 2021 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh
index 8a103384..77dc4e8f 100755
--- a/.kokoro/release/stage.sh
+++ b/.kokoro/release/stage.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh
index 9da0f839..8b69b793 100644
--- a/.kokoro/trampoline.sh
+++ b/.kokoro/trampoline.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4ca9006..321ee286 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+### [2.1.1](https://www.github.com/googleapis/java-bigqueryconnection/compare/v2.1.0...v2.1.1) (2021-09-14)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#527](https://www.github.com/googleapis/java-bigqueryconnection/issues/527)) ([ab8b889](https://www.github.com/googleapis/java-bigqueryconnection/commit/ab8b889b688447cda18d661b7acebf34b75fe7b7))
+
 ## [2.1.0](https://www.github.com/googleapis/java-bigqueryconnection/compare/v2.0.2...v2.1.0) (2021-08-31)
 
 
diff --git a/README.md b/README.md
index 90bce698..7227b3c6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
 <dependency>
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud-bigqueryconnection</artifactId>
-  <version>2.0.2</version>
+  <version>2.1.0</version>
 </dependency>
 
 ```
@@ -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.0.2'
+implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.1.0'
 ```
 
 If you are using SBT, add this to your dependencies
 
 ```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.0.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.1.0"
 ```
 
 ## Authentication
diff --git a/google-cloud-bigqueryconnection-bom/pom.xml b/google-cloud-bigqueryconnection-bom/pom.xml
index 2a614bc7..95bfaaba 100644
--- a/google-cloud-bigqueryconnection-bom/pom.xml
+++ b/google-cloud-bigqueryconnection-bom/pom.xml
@@ -3,12 +3,12 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud-bigqueryconnection-bom</artifactId>
-  <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+  <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   <packaging>pom</packaging>
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-shared-config</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2</version>
   </parent>
 
   <name>Google Cloud BigQuery Connections BOM</name>
@@ -52,27 +52,27 @@
       <dependency>
         <groupId>com.google.cloud</groupId>
         <artifactId>google-cloud-bigqueryconnection</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+        <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>grpc-google-cloud-bigqueryconnection-v1</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
+        <version>2.1.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>grpc-google-cloud-bigqueryconnection-v1beta1</artifactId>
-        <version>0.9.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
+        <version>0.9.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>proto-google-cloud-bigqueryconnection-v1</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
+        <version>2.1.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>proto-google-cloud-bigqueryconnection-v1beta1</artifactId>
-        <version>0.9.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
+        <version>0.9.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/google-cloud-bigqueryconnection/pom.xml b/google-cloud-bigqueryconnection/pom.xml
index f7a8a66c..d6eaf687 100644
--- a/google-cloud-bigqueryconnection/pom.xml
+++ b/google-cloud-bigqueryconnection/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud-bigqueryconnection</artifactId>
-  <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+  <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   <packaging>jar</packaging>
   <name>Google Cloud BigQuery Connections</name>
   <url>https://github.com/googleapis/java-bigqueryconnection</url>
@@ -11,7 +11,7 @@
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
-    <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+    <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   </parent>
   <properties>
     <site.installationModule>google-cloud-bigqueryconnection</site.installationModule>
diff --git a/grpc-google-cloud-bigqueryconnection-v1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1/pom.xml
index 2435a111..8bd79068 100644
--- a/grpc-google-cloud-bigqueryconnection-v1/pom.xml
+++ b/grpc-google-cloud-bigqueryconnection-v1/pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.api.grpc</groupId>
   <artifactId>grpc-google-cloud-bigqueryconnection-v1</artifactId>
-  <version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
+  <version>2.1.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
   <name>grpc-google-cloud-bigqueryconnection-v1</name>
   <description>GRPC library for grpc-google-cloud-bigqueryconnection-v1</description>
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
-    <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+    <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   </parent>
   <dependencies>
     <dependency>
diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
index b75b307c..de294966 100644
--- a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
+++ b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.api.grpc</groupId>
   <artifactId>grpc-google-cloud-bigqueryconnection-v1beta1</artifactId>
-  <version>0.9.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
+  <version>0.9.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
   <name>grpc-google-cloud-bigqueryconnection-v1beta1</name>
   <description>GRPC library for grpc-google-cloud-bigqueryconnection-v1beta1</description>
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
-    <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+    <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   </parent>
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index ec24a7ff..4612e95f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+  <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   <name>Google Cloud BigQuery Connections Parent</name>
   <url>https://github.com/googleapis/java-bigqueryconnection</url>
   <description>
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-shared-config</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2</version>
   </parent>
 
   <developers>
@@ -54,7 +54,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <github.global.server>github</github.global.server>
     <site.installationModule>google-cloud-bigqueryconnection-parent</site.installationModule>
-    <google.cloud.shared-dependencies.version>2.2.0</google.cloud.shared-dependencies.version>
+    <google.cloud.shared-dependencies.version>2.2.1</google.cloud.shared-dependencies.version>
   </properties>
 
   <dependencyManagement>
@@ -62,27 +62,27 @@
       <dependency>
         <groupId>com.google.cloud</groupId>
         <artifactId>google-cloud-bigqueryconnection</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+        <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>proto-google-cloud-bigqueryconnection-v1</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
+        <version>2.1.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>grpc-google-cloud-bigqueryconnection-v1</artifactId>
-        <version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
+        <version>2.1.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>proto-google-cloud-bigqueryconnection-v1beta1</artifactId>
-        <version>0.9.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
+        <version>0.9.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
       </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>grpc-google-cloud-bigqueryconnection-v1beta1</artifactId>
-        <version>0.9.0</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
+        <version>0.9.1</version><!-- {x-version-update:grpc-google-cloud-bigqueryconnection-v1beta1:current} -->
       </dependency>
 
       <dependency>
@@ -170,7 +170,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1</version>
         <reportSets>
           <reportSet>
             <id>html</id>
diff --git a/proto-google-cloud-bigqueryconnection-v1/pom.xml b/proto-google-cloud-bigqueryconnection-v1/pom.xml
index 5d5fd2e1..6c4bbd17 100644
--- a/proto-google-cloud-bigqueryconnection-v1/pom.xml
+++ b/proto-google-cloud-bigqueryconnection-v1/pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.api.grpc</groupId>
   <artifactId>proto-google-cloud-bigqueryconnection-v1</artifactId>
-  <version>2.1.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
+  <version>2.1.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1:current} -->
   <name>proto-google-cloud-bigqueryconnection-v1</name>
   <description>PROTO library for proto-google-cloud-bigqueryconnection-v1</description>
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
-    <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+    <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   </parent>
   <dependencies>
     <dependency>
diff --git a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
index 2f2666fc..1e06aad4 100644
--- a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
+++ b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.api.grpc</groupId>
   <artifactId>proto-google-cloud-bigqueryconnection-v1beta1</artifactId>
-  <version>0.9.0</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
+  <version>0.9.1</version><!-- {x-version-update:proto-google-cloud-bigqueryconnection-v1beta1:current} -->
   <name>proto-google-cloud-bigqueryconnection-v1beta1</name>
   <description>PROTO library for proto-google-cloud-bigqueryconnection-v1beta1</description>
   <parent>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigqueryconnection-parent</artifactId>
-    <version>2.1.0</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
+    <version>2.1.1</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
   </parent>
   <dependencies>
     <dependency>
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index b0d26c2b..c9fbce79 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigqueryconnection</artifactId>
-      <version>2.0.2</version>
+      <version>2.1.0</version>
     </dependency>
     <!-- [END bigqueryconnection_install_without_bom] -->
 
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 11947995..3116705f 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigqueryconnection</artifactId>
-      <version>2.1.0</version>
+      <version>2.1.1</version>
     </dependency>
     <!-- {x-version-update-end} -->
 
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index e3a3fd3e..4ef09d7a 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
       <dependency>
         <groupId>com.google.cloud</groupId>
         <artifactId>libraries-bom</artifactId>
-        <version>22.0.0</version>
+        <version>23.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -40,7 +40,7 @@
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigqueryconnection</artifactId>
       <!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
-      <version>2.0.2</version>
+      <version>2.1.0</version>
     </dependency>
 
     <dependency>
diff --git a/versions.txt b/versions.txt
index ad73be6a..a97c0413 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-bigqueryconnection:2.1.0:2.1.0
-grpc-google-cloud-bigqueryconnection-v1:2.1.0:2.1.0
-grpc-google-cloud-bigqueryconnection-v1beta1:0.9.0:0.9.0
-proto-google-cloud-bigqueryconnection-v1:2.1.0:2.1.0
-proto-google-cloud-bigqueryconnection-v1beta1:0.9.0:0.9.0
+google-cloud-bigqueryconnection:2.1.1:2.1.1
+grpc-google-cloud-bigqueryconnection-v1:2.1.1:2.1.1
+grpc-google-cloud-bigqueryconnection-v1beta1:0.9.1:0.9.1
+proto-google-cloud-bigqueryconnection-v1:2.1.1:2.1.1
+proto-google-cloud-bigqueryconnection-v1beta1:0.9.1:0.9.1