From 7e9327c3b6d06d472415e598b3c88b0d51ea69d9 Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 30 May 2024 13:11:56 -0400 Subject: [PATCH 1/3] chore: remove Owlbot yaml (#2784) --- .github/.OwlBot.lock.yaml | 17 ----------------- .github/.OwlBot.yaml | 16 ---------------- 2 files changed, 33 deletions(-) delete mode 100644 .github/.OwlBot.lock.yaml delete mode 100644 .github/.OwlBot.yaml diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml deleted file mode 100644 index df359043de..0000000000 --- a/.github/.OwlBot.lock.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022 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. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:a57d2ea6d1a77aa96c17ad0850b779ec6295f88b6c1da3d214b2095d140a2066 - # created: 2022-11-16T00:00:00.000000000Z \ No newline at end of file diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml deleted file mode 100644 index 2b0bdb4839..0000000000 --- a/.github/.OwlBot.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2022 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. - -docker: - image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" From d5771dd4cdbc7a11a06eae6170cf85c0119d2443 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 May 2024 20:23:08 +0200 Subject: [PATCH 2/3] deps: update dependency watchdog to v4.0.1 (#2800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [watchdog](https://togithub.com/gorakhargosh/watchdog) ([changelog](https://togithub.com/gorakhargosh/watchdog/blob/master/changelog.rst)) | `==4.0.0` -> `==4.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/watchdog/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/watchdog/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/watchdog/4.0.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/watchdog/4.0.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
gorakhargosh/watchdog (watchdog) ### [`v4.0.1`](https://togithub.com/gorakhargosh/watchdog/releases/tag/v4.0.1): 4.0.1 [Compare Source](https://togithub.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1) - \[inotify] Fix missing `event_filter` for the full emitter ([#​1032](https://togithub.com/gorakhargosh/watchdog/issues/1032)) 💟 Thanks to our beloved contributors: [@​mraspaud](https://togithub.com/mraspaud), [@​BoboTiG](https://togithub.com/BoboTiG)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/sdk-platform-java). Co-authored-by: Diego Marquez --- library_generation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library_generation/requirements.txt b/library_generation/requirements.txt index 70fc118a63..d31cff9fca 100644 --- a/library_generation/requirements.txt +++ b/library_generation/requirements.txt @@ -16,4 +16,4 @@ smmap==5.0.1 typing==3.7.4.3 parameterized==0.9.0 # used in parameterized test colorlog==6.8.2 -watchdog==4.0.0 +watchdog==4.0.1 From d1aaa68fc8455f1b200bb152895aaa4a6849dafc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 May 2024 20:23:38 +0200 Subject: [PATCH 3/3] deps: update netty dependencies to v4.1.110.final (#2796) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.netty:netty-buffer](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-buffer/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-buffer/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-buffer/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-buffer/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-codec](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-codec/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-codec/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-codec/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-codec/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-codec-http](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-codec-http/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-codec-http/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-codec-http/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-codec-http/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-codec-http2](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-codec-http2/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-codec-http2/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-codec-http2/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-codec-http2/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-codec-socks](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-codec-socks/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-codec-socks/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-codec-socks/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-codec-socks/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-common](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-common/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-common/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-common/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-common/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-handler](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-handler/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-handler/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-handler/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-handler/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-handler-proxy](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-handler-proxy/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-handler-proxy/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-handler-proxy/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-handler-proxy/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-resolver](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-resolver/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-resolver/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-resolver/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-resolver/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-transport](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-transport/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-transport/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-transport/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-transport/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.netty:netty-transport-native-unix-common](https://netty.io/) ([source](https://togithub.com/netty/netty)) | `4.1.109.Final` -> `4.1.110.Final` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.netty:netty-transport-native-unix-common/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.netty:netty-transport-native-unix-common/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.netty:netty-transport-native-unix-common/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.netty:netty-transport-native-unix-common/4.1.109.Final/4.1.110.Final?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/sdk-platform-java). Co-authored-by: Diego Marquez --- gax-java/dependencies.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties index c2da1495d5..e0ce68ffde 100644 --- a/gax-java/dependencies.properties +++ b/gax-java/dependencies.properties @@ -44,17 +44,17 @@ maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.31.1 maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.31.1 maven.io_opencensus_opencensus_contrib_http_util=io.opencensus:opencensus-contrib-http-util:0.31.1 maven.io_netty_netty_tcnative_boringssl_static=io.netty:netty-tcnative-boringssl-static:2.0.65.Final -maven.io_netty_netty_handler=io.netty:netty-handler:4.1.109.Final -maven.io_netty_netty_common=io.netty:netty-common:4.1.109.Final -maven.io_netty_netty_codec_socks=io.netty:netty-codec-socks:4.1.109.Final -maven.io_netty_netty_codec_http2=io.netty:netty-codec-http2:4.1.109.Final -maven.io_netty_netty_codec_http=io.netty:netty-codec-http:4.1.109.Final -maven.io_netty_netty_codec=io.netty:netty-codec:4.1.109.Final -maven.io_netty_netty_buffer=io.netty:netty-buffer:4.1.109.Final -maven.io_netty_netty_resolver=io.netty:netty-resolver:4.1.109.Final -maven.io_netty_netty_transport=io.netty:netty-transport:4.1.109.Final -maven.io_netty_netty_handler_proxy=io.netty:netty-handler-proxy:4.1.109.Final -maven.io_netty_netty_transport_native_unix_common=io.netty:netty-transport-native-unix-common:4.1.109.Final +maven.io_netty_netty_handler=io.netty:netty-handler:4.1.110.Final +maven.io_netty_netty_common=io.netty:netty-common:4.1.110.Final +maven.io_netty_netty_codec_socks=io.netty:netty-codec-socks:4.1.110.Final +maven.io_netty_netty_codec_http2=io.netty:netty-codec-http2:4.1.110.Final +maven.io_netty_netty_codec_http=io.netty:netty-codec-http:4.1.110.Final +maven.io_netty_netty_codec=io.netty:netty-codec:4.1.110.Final +maven.io_netty_netty_buffer=io.netty:netty-buffer:4.1.110.Final +maven.io_netty_netty_resolver=io.netty:netty-resolver:4.1.110.Final +maven.io_netty_netty_transport=io.netty:netty-transport:4.1.110.Final +maven.io_netty_netty_handler_proxy=io.netty:netty-handler-proxy:4.1.110.Final +maven.io_netty_netty_transport_native_unix_common=io.netty:netty-transport-native-unix-common:4.1.110.Final maven.io_perfmark_perfmark_api=io.perfmark:perfmark-api:0.27.0 maven.org_apache_tomcat_annotations_api=org.apache.tomcat:annotations-api:6.0.53 maven.com_google_code_gson_gson=com.google.code.gson:gson:2.10.1