Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 6575f88

Browse files
chore: update dependencies for regapic (#1467) (#12)
* 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: googleapis/synthtool@fa54eb2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
1 parent ca7e9fa commit 6575f88

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
docker:
15-
digest: sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
16-
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
15+
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16+
digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
17+
# created: 2022-06-27T15:01:06.405564326Z

.kokoro/common.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ function retry_with_backoff {
5555
## Helper functionss
5656
function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
5757
function msg() { println "$*" >&2; }
58-
function println() { printf '%s\n' "$(now) $*"; }
58+
function println() { printf '%s\n' "$(now) $*"; }
59+
60+
## Helper comment to trigger updated repo dependency release

0 commit comments

Comments
 (0)