From 0dae74e2d4f20d8c04ac69046d8fa5f4daea0965 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Mon, 27 Jun 2022 19:28:16 +0000
Subject: [PATCH] chore: update dependencies for regapic (#1467) (#658)

* chore: update dependencies for regapic

* add more dependencies and trigger comment

* update goldens

* fix indentation

* remove duplicate gax-httpjson dependency

* remove duplicated dependencies
Source-Link: https://github.com/googleapis/synthtool/commit/fa54eb2a78c6ee48613fd33152e2130e949dcbd9
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
---
 java-redis/.github/.OwlBot.lock.yaml | 4 ++--
 java-redis/.kokoro/common.sh         | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/java-redis/.github/.OwlBot.lock.yaml b/java-redis/.github/.OwlBot.lock.yaml
index a79f06271b60..f0625e4d9459 100644
--- a/java-redis/.github/.OwlBot.lock.yaml
+++ b/java-redis/.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:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
-# created: 2022-05-19T15:12:45.278246753Z
+  digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
+# created: 2022-06-27T15:01:06.405564326Z
diff --git a/java-redis/.kokoro/common.sh b/java-redis/.kokoro/common.sh
index ace89f45a9de..f8f957af1112 100644
--- a/java-redis/.kokoro/common.sh
+++ b/java-redis/.kokoro/common.sh
@@ -55,4 +55,6 @@ function retry_with_backoff {
 ## Helper functionss
 function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
 function msg() { println "$*" >&2; }
-function println() { printf '%s\n' "$(now) $*"; }
\ No newline at end of file
+function println() { printf '%s\n' "$(now) $*"; }
+
+## Helper comment to trigger updated repo dependency release
\ No newline at end of file