diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index de9173d9..6610882f 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
 # limitations under the License.
 docker:
   image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
-  digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
-# created: 2022-07-13T13:53:17.676447481Z
+  digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
+# created: 2022-07-18T21:44:23.94208526Z
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5f9903d5..1578dc2f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,7 +6,7 @@
 
 # The @googleapis/aap-dpes is the default owner for changes in this repo
 *                       @googleapis/yoshi-java @googleapis/aap-dpes
-**/*.java               @googleapis/aap-dpes
+
 
 # The java-samples-reviewers team is the default owner for samples changes
 samples/**/*.java       @googleapis/java-samples-reviewers
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85f8f902..2a5d1a94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [2.2.4](https://github.com/googleapis/java-shell/compare/v2.2.3...v2.2.4) (2022-08-11)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#234](https://github.com/googleapis/java-shell/issues/234)) ([7e57595](https://github.com/googleapis/java-shell/commit/7e5759569653b292450a0063ae43015f26797350))
+
 ## [2.2.3](https://github.com/googleapis/java-shell/compare/v2.2.2...v2.2.3) (2022-07-13)
 
 
diff --git a/README.md b/README.md
index 895bf8ab..64f456f3 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
 
   com.google.cloud
   google-cloud-shell
-  2.2.2
+  2.2.3
 
 ```
 
 If you are using Gradle without BOM, add this to your dependencies:
 
 ```Groovy
-implementation 'com.google.cloud:google-cloud-shell:2.2.2'
+implementation 'com.google.cloud:google-cloud-shell:2.2.3'
 ```
 
 If you are using SBT, add this to your dependencies:
 
 ```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.3"
 ```
 
 ## Authentication
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index 0a811a33..1304d5d2 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -3,12 +3,12 @@
   4.0.0
   com.google.cloud
   google-cloud-shell-bom
-  2.2.3
+  2.2.4
   pom
   
     com.google.cloud
     google-cloud-shared-config
-    1.5.1
+    1.5.3
   
 
   Google Cloud Shell BOM
@@ -56,17 +56,17 @@
       
         com.google.cloud
         google-cloud-shell
-        2.2.3
+        2.2.4
       
       
         com.google.api.grpc
         grpc-google-cloud-shell-v1
-        2.2.3
+        2.2.4
       
       
         com.google.api.grpc
         proto-google-cloud-shell-v1
-        2.2.3
+        2.2.4
       
     
   
diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml
index 297f62cf..afa8cacb 100644
--- a/google-cloud-shell/pom.xml
+++ b/google-cloud-shell/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   com.google.cloud
   google-cloud-shell
-  2.2.3
+  2.2.4
   jar
   Google Cloud Shell
   https://github.com/googleapis/java-shell
@@ -11,7 +11,7 @@
   
     com.google.cloud
     google-cloud-shell-parent
-    2.2.3
+    2.2.4
   
   
     google-cloud-shell
diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml
index 024a26eb..3a68aab0 100644
--- a/grpc-google-cloud-shell-v1/pom.xml
+++ b/grpc-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-shell-v1
-  2.2.3
+  2.2.4
   grpc-google-cloud-shell-v1
   GRPC library for google-cloud-shell
   
     com.google.cloud
     google-cloud-shell-parent
-    2.2.3
+    2.2.4
   
   
     
diff --git a/pom.xml b/pom.xml
index ebee7a6e..dc9b2984 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-cloud-shell-parent
   pom
-  2.2.3
+  2.2.4
   Google Cloud Shell Parent
   https://github.com/googleapis/java-shell
   
@@ -14,7 +14,7 @@
   
     com.google.cloud
     google-cloud-shared-config
-    1.5.1
+    1.5.3
   
 
   
@@ -60,23 +60,23 @@
       
         com.google.cloud
         google-cloud-shell
-        2.2.3
+        2.2.4
       
       
         com.google.api.grpc
         grpc-google-cloud-shell-v1
-        2.2.3
+        2.2.4
       
       
         com.google.api.grpc
         proto-google-cloud-shell-v1
-        2.2.3
+        2.2.4
       
 
       
         com.google.cloud
         google-cloud-shared-dependencies
-        2.13.0
+        3.0.1
         pom
         import
       
@@ -112,7 +112,7 @@
       
         org.apache.maven.plugins
         maven-project-info-reports-plugin
-        3.3.0
+        3.4.0
         
           
             
diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml
index ef2eec6b..f445f7a3 100644
--- a/proto-google-cloud-shell-v1/pom.xml
+++ b/proto-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-shell-v1
-  2.2.3
+  2.2.4
   proto-google-cloud-shell-v1
   Proto library for google-cloud-shell
   
     com.google.cloud
     google-cloud-shell-parent
-    2.2.3
+    2.2.4
   
   
     
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index c3824d7c..bc4c9da6 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
     
       com.google.cloud
       google-cloud-shell
-      2.2.1
+      2.2.3
     
     
 
diff --git a/samples/pom.xml b/samples/pom.xml
index 24f415eb..ba7dcda6 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -38,7 +38,7 @@
       
         org.apache.maven.plugins
         maven-deploy-plugin
-        2.8.2
+        3.0.0
         
           true
         
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 2d83f6ae..26c4649b 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
     
       com.google.cloud
       google-cloud-shell
-      2.2.1
+      2.2.3
     
   
 
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f89abd82..02e54afd 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
     
       com.google.cloud
       google-cloud-shell
-      2.2.1
+      2.2.3
     
 
     
diff --git a/versions.txt b/versions.txt
index 9bdb2364..5e6c1595 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-shell:2.2.3:2.2.3
-grpc-google-cloud-shell-v1:2.2.3:2.2.3
-proto-google-cloud-shell-v1:2.2.3:2.2.3
+google-cloud-shell:2.2.4:2.2.4
+grpc-google-cloud-shell-v1:2.2.4:2.2.4
+proto-google-cloud-shell-v1:2.2.4:2.2.4