From 1e8d99c902a8c17fca4ff33c47bcd943edec8b35 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Sep 2022 01:04:09 +0000 Subject: [PATCH 1/2] deps: update dependency jeepney to v0.8.0 --- .kokoro/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index 170f1c63..d82cb33f 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -237,9 +237,9 @@ importlib-metadata==4.8.3 \ # via # -r requirements.in # keyring -jeepney==0.7.1 \ - --hash=sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac \ - --hash=sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f +jeepney==0.8.0 \ + --hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \ + --hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755 # via # -r requirements.in # keyring From 88232c4d6b840030fc9fab5f1907253cd1dc61d6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 27 Sep 2022 19:49:23 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/requirements.txt | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index d82cb33f..170f1c63 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -237,9 +237,9 @@ importlib-metadata==4.8.3 \ # via # -r requirements.in # keyring -jeepney==0.8.0 \ - --hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \ - --hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755 +jeepney==0.7.1 \ + --hash=sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac \ + --hash=sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f # via # -r requirements.in # keyring diff --git a/README.md b/README.md index bdd50866..41573e4f 100644 --- a/README.md +++ b/README.md @@ -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-vpcaccess:2.4.0' +implementation 'com.google.cloud:google-cloud-vpcaccess:2.4.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.4.1" ``` ## Authentication