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/9] 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/9] 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/9] 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 From e81893c72d1c4ae2fcc05b0ad3a1c5b772bd1715 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 May 2024 20:24:25 +0200 Subject: [PATCH 4/9] deps: update dependency com.google.code.gson:gson to v2.11.0 (#2787) 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 | |---|---|---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.10.1` -> `2.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.code.gson:gson/2.10.1/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.code.gson:gson/2.10.1/2.11.0?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 | 2 +- java-shared-dependencies/dependency-analyzer/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties index e0ce68ffde..13e80b8fa0 100644 --- a/gax-java/dependencies.properties +++ b/gax-java/dependencies.properties @@ -57,7 +57,7 @@ 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 +maven.com_google_code_gson_gson=com.google.code.gson:gson:2.11.0 maven.com_google_guava_guava=com.google.guava:guava:32.1.3-jre maven.com_google_guava_failureaccess=com.google.guava:failureaccess:1.0.2 maven.org_apache_commons_commons_lang3=org.apache.commons:commons-lang3:3.14.0 diff --git a/java-shared-dependencies/dependency-analyzer/pom.xml b/java-shared-dependencies/dependency-analyzer/pom.xml index 2d8121e84d..ea05330f36 100644 --- a/java-shared-dependencies/dependency-analyzer/pom.xml +++ b/java-shared-dependencies/dependency-analyzer/pom.xml @@ -57,7 +57,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0 com.google.guava From 91f3254357944410c9b7fd3ef64a17b6da059ffe Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 May 2024 20:25:02 +0200 Subject: [PATCH 5/9] deps: update dependency com.google.code.gson:gson to v2.11.0 (#2786) 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 | |---|---|---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.10.1` -> `2.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.code.gson:gson/2.10.1/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.code.gson:gson/2.10.1/2.11.0?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 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 --- gapic-generator-java-pom-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapic-generator-java-pom-parent/pom.xml b/gapic-generator-java-pom-parent/pom.xml index 9d0d87dace..dfd2607876 100644 --- a/gapic-generator-java-pom-parent/pom.xml +++ b/gapic-generator-java-pom-parent/pom.xml @@ -29,7 +29,7 @@ 1.62.2 1.23.0 1.44.1 - 2.10.1 + 2.11.0 33.1.0-jre 3.25.3 1.38.0 From 61f99480feacd13902ec21481a81439a606a183e Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 30 May 2024 19:40:56 -0400 Subject: [PATCH 6/9] chore: change commit message (#2829) In this PR: - Change commit message to include source link. --- library_generation/generate_pr_description.py | 45 ++++++++--------- .../pr-description-golden.txt | 16 +++---- .../commit_message_formatter_unit_tests.py | 48 ++++++++++++++----- .../utils/commit_message_formatter.py | 17 ++++++- 4 files changed, 83 insertions(+), 43 deletions(-) diff --git a/library_generation/generate_pr_description.py b/library_generation/generate_pr_description.py index 92256c0a2f..e4852b6eab 100644 --- a/library_generation/generate_pr_description.py +++ b/library_generation/generate_pr_description.py @@ -19,7 +19,10 @@ from git import Commit, Repo from library_generation.model.generation_config import GenerationConfig from library_generation.utils.proto_path_utils import find_versioned_proto_path -from library_generation.utils.commit_message_formatter import format_commit_message +from library_generation.utils.commit_message_formatter import ( + format_commit_message, + commit_link, +) from library_generation.utils.commit_message_formatter import wrap_override_commit EMPTY_MESSAGE = "" @@ -58,8 +61,8 @@ def generate_pr_descriptions( paths = config.get_proto_path_to_library_name() description = get_commit_messages( repo_url=repo_url, - current_commit=config.googleapis_commitish, - baseline_commit=baseline_commit, + current_commit_sha=config.googleapis_commitish, + baseline_commit_sha=baseline_commit, paths=paths, is_monorepo=config.is_monorepo(), ) @@ -76,8 +79,8 @@ def generate_pr_descriptions( def get_commit_messages( repo_url: str, - current_commit: str, - baseline_commit: str, + current_commit_sha: str, + baseline_commit_sha: str, paths: Dict[str, str], is_monorepo: bool, ) -> str: @@ -88,9 +91,9 @@ def get_commit_messages( Note that baseline_commit should be an ancestor of latest_commit. :param repo_url: the url of the repository. - :param current_commit: the newest commit to be considered in + :param current_commit_sha: the newest commit to be considered in selecting commit message. - :param baseline_commit: the oldest commit to be considered in + :param baseline_commit_sha: the oldest commit to be considered in selecting commit message. This commit should be an ancestor of :param paths: a mapping from file paths to library_name. :param is_monorepo: whether to generate commit messages in a monorepo. @@ -102,17 +105,19 @@ def get_commit_messages( shutil.rmtree(tmp_dir, ignore_errors=True) os.mkdir(tmp_dir) repo = Repo.clone_from(repo_url, tmp_dir) - commit = repo.commit(current_commit) - current_commit_time = __get_commit_timestamp(commit) - baseline_commit_time = __get_commit_timestamp(repo.commit(baseline_commit)) + current_commit = repo.commit(current_commit_sha) + baseline_commit = repo.commit(baseline_commit_sha) + current_commit_time = __get_commit_timestamp(current_commit) + baseline_commit_time = __get_commit_timestamp(baseline_commit) if current_commit_time <= baseline_commit_time: raise ValueError( - f"current_commit ({current_commit[:7]}, committed on " + f"current_commit ({current_commit_sha[:7]}, committed on " f"{current_commit_time}) should be newer than baseline_commit " - f"({baseline_commit[:7]}, committed on {baseline_commit_time})." + f"({baseline_commit_sha[:7]}, committed on {baseline_commit_time})." ) qualified_commits = {} - while str(commit.hexsha) != baseline_commit: + commit = current_commit + while str(commit.hexsha) != baseline_commit_sha: commit_and_name = __filter_qualified_commit(paths=paths, commit=commit) if commit_and_name != (): qualified_commits[commit_and_name[0]] = commit_and_name[1] @@ -151,20 +156,16 @@ def __filter_qualified_commit(paths: Dict[str, str], commit: Commit) -> (Commit, def __combine_commit_messages( - current_commit: str, - baseline_commit: str, + current_commit: Commit, + baseline_commit: Commit, commits: Dict[Commit, str], is_monorepo: bool, ) -> str: messages = [ - f"This pull request is generated with proto changes between googleapis commit {baseline_commit} (exclusive) and {current_commit} (inclusive).", - "Qualified commits are:", + f"This pull request is generated with proto changes between {commit_link(baseline_commit)} (exclusive) " + f"and {commit_link(current_commit)} (inclusive).", + "", ] - for commit in commits: - short_sha = commit.hexsha[:7] - messages.append( - f"[googleapis/googleapis@{short_sha}](https://github.com/googleapis/googleapis/commit/{commit.hexsha})" - ) messages.extend( wrap_override_commit( diff --git a/library_generation/test/resources/integration/google-cloud-java/pr-description-golden.txt b/library_generation/test/resources/integration/google-cloud-java/pr-description-golden.txt index 0787f81113..cb855dcd52 100644 --- a/library_generation/test/resources/integration/google-cloud-java/pr-description-golden.txt +++ b/library_generation/test/resources/integration/google-cloud-java/pr-description-golden.txt @@ -1,23 +1,19 @@ -This pull request is generated with proto changes between googleapis commit a17d4caf184b050d50cacf2b0d579ce72c31ce74 (exclusive) and 4ce0ff67a3d4509be641cbe47a35844ddc1268fc (inclusive). -Qualified commits are: -[googleapis/googleapis@7659dd2](https://github.com/googleapis/googleapis/commit/7659dd2244563fd902b681bdcadbe5385b8d3462) -[googleapis/googleapis@05d889e](https://github.com/googleapis/googleapis/commit/05d889e7dfe087fc2ddc9de9579f01d4e1c2f35e) -[googleapis/googleapis@aa16fda](https://github.com/googleapis/googleapis/commit/aa16fdad909bc33e2d4ff04cfde56a46d0e52b13) -[googleapis/googleapis@0733fdb](https://github.com/googleapis/googleapis/commit/0733fdb5f745192f9f3c95f8d08039286567cbcc) -[googleapis/googleapis@9e35c62](https://github.com/googleapis/googleapis/commit/9e35c620157d7b11cb5b2e5d0249c5caaee824f3) -[googleapis/googleapis@36dedd0](https://github.com/googleapis/googleapis/commit/36dedd0d9020c19d1c8259003c2fe9656ada7471) +This pull request is generated with proto changes between [googleapis/googleapis@a17d4ca](https://github.com/googleapis/googleapis/commit/a17d4caf184b050d50cacf2b0d579ce72c31ce74) (exclusive) and [googleapis/googleapis@4ce0ff6](https://github.com/googleapis/googleapis/commit/4ce0ff67a3d4509be641cbe47a35844ddc1268fc) (inclusive). + BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT docs: [cloudcontrolspartner] update documentation URL PiperOrigin-RevId: 612723053 +Source Link: [googleapis/googleapis@7659dd2](https://github.com/googleapis/googleapis/commit/7659dd2244563fd902b681bdcadbe5385b8d3462) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [cloudcontrolspartner] added CloudControlsPartner API PiperOrigin-RevId: 612632640 +Source Link: [googleapis/googleapis@05d889e](https://github.com/googleapis/googleapis/commit/05d889e7dfe087fc2ddc9de9579f01d4e1c2f35e) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [alloydb] support for obtaining the public IP address of an Instance @@ -28,6 +24,7 @@ docs: [alloydb] clarified read pool config is for read pool type instances PiperOrigin-RevId: 610475013 +Source Link: [googleapis/googleapis@aa16fda](https://github.com/googleapis/googleapis/commit/aa16fdad909bc33e2d4ff04cfde56a46d0e52b13) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [alloydb] support for obtaining the public IP address of an Instance @@ -35,6 +32,7 @@ feat: [alloydb] support for getting PSC DNS name from the GetConnectionInfo API PiperOrigin-RevId: 610415824 +Source Link: [googleapis/googleapis@0733fdb](https://github.com/googleapis/googleapis/commit/0733fdb5f745192f9f3c95f8d08039286567cbcc) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [cloudcontrolspartner] Updated comment for method `ListCustomers` in service `CloudControlsPartnerCore` @@ -44,11 +42,13 @@ docs: [cloudcontrolspartner] Updated documentation URL PiperOrigin-RevId: 609026905 +Source Link: [googleapis/googleapis@9e35c62](https://github.com/googleapis/googleapis/commit/9e35c620157d7b11cb5b2e5d0249c5caaee824f3) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [cloudcontrolspartner] added CloudControlsPartner API PiperOrigin-RevId: 606720708 +Source Link: [googleapis/googleapis@36dedd0](https://github.com/googleapis/googleapis/commit/36dedd0d9020c19d1c8259003c2fe9656ada7471) END_NESTED_COMMIT END_COMMIT_OVERRIDE \ No newline at end of file diff --git a/library_generation/test/utils/commit_message_formatter_unit_tests.py b/library_generation/test/utils/commit_message_formatter_unit_tests.py index a13ffc229d..0148214dfb 100644 --- a/library_generation/test/utils/commit_message_formatter_unit_tests.py +++ b/library_generation/test/utils/commit_message_formatter_unit_tests.py @@ -14,7 +14,10 @@ import unittest from unittest.mock import patch -from library_generation.utils.commit_message_formatter import format_commit_message +from library_generation.utils.commit_message_formatter import ( + format_commit_message, + commit_link, +) from library_generation.utils.commit_message_formatter import wrap_nested_commit from library_generation.utils.commit_message_formatter import wrap_override_commit @@ -26,12 +29,14 @@ def test_format_commit_message_should_add_library_name_for_conventional_commit( with patch("git.Commit") as mock_commit: commit = mock_commit.return_value commit.message = "feat: a commit message\nPiperOrigin-RevId: 123456" + commit.hexsha = "1234567abcdefg" commits = {commit: "example_library"} self.assertEqual( [ "BEGIN_NESTED_COMMIT", "feat: [example_library] a commit message", "PiperOrigin-RevId: 123456", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", "END_NESTED_COMMIT", ], format_commit_message(commits, True), @@ -43,6 +48,7 @@ def test_format_commit_message_should_add_library_name_for_mutliline_conventiona with patch("git.Commit") as mock_commit: commit = mock_commit.return_value commit.message = "feat: a commit message\nfix: an another commit message\nPiperOrigin-RevId: 123456" + commit.hexsha = "1234567abcdefg" commits = {commit: "example_library"} self.assertEqual( [ @@ -50,6 +56,7 @@ def test_format_commit_message_should_add_library_name_for_mutliline_conventiona "feat: [example_library] a commit message", "fix: [example_library] an another commit message", "PiperOrigin-RevId: 123456", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", "END_NESTED_COMMIT", ], format_commit_message(commits, True), @@ -61,11 +68,13 @@ def test_format_commit_message_should_not_add_library_name_for_nonconvnentional_ with patch("git.Commit") as mock_commit: commit = mock_commit.return_value commit.message = "PiperOrigin-RevId: 123456" + commit.hexsha = "1234567abcdefg" commits = {commit: "example_library"} self.assertEqual( [ "BEGIN_NESTED_COMMIT", "PiperOrigin-RevId: 123456", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", "END_NESTED_COMMIT", ], format_commit_message(commits, True), @@ -75,12 +84,14 @@ def test_format_commit_message_should_not_add_library_name_if_not_monorepo(self) with patch("git.Commit") as mock_commit: commit = mock_commit.return_value commit.message = "feat: a commit message\nPiperOrigin-RevId: 123456" + commit.hexsha = "1234567abcdefg" commits = {commit: "example_library"} self.assertEqual( [ "BEGIN_NESTED_COMMIT", "feat: a commit message", "PiperOrigin-RevId: 123456", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", "END_NESTED_COMMIT", ], format_commit_message(commits, False), @@ -92,6 +103,7 @@ def test_format_commit_message_should_not_add_library_name_for_multiline_commit_ with patch("git.Commit") as mock_commit: commit = mock_commit.return_value commit.message = "feat: a commit message\nfix: an another commit message\nPiperOrigin-RevId: 123456" + commit.hexsha = "1234567abcdefg" commits = {commit: "example_library"} self.assertEqual( [ @@ -99,22 +111,27 @@ def test_format_commit_message_should_not_add_library_name_for_multiline_commit_ "feat: a commit message", "fix: an another commit message", "PiperOrigin-RevId: 123456", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", "END_NESTED_COMMIT", ], format_commit_message(commits, False), ) def test_wrap_nested_commit_success(self): - messages = ["a commit message", "another message"] - self.assertEqual( - [ - "BEGIN_NESTED_COMMIT", - "a commit message", - "another message", - "END_NESTED_COMMIT", - ], - wrap_nested_commit(messages), - ) + with patch("git.Commit") as mock_commit: + commit = mock_commit.return_value + commit.hexsha = "1234567abcdefg" + messages = ["a commit message", "another message"] + self.assertEqual( + [ + "BEGIN_NESTED_COMMIT", + "a commit message", + "another message", + "Source Link: [googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", + "END_NESTED_COMMIT", + ], + wrap_nested_commit(commit, messages), + ) def test_wrap_override_commit_success(self): messages = ["a commit message", "another message"] @@ -127,3 +144,12 @@ def test_wrap_override_commit_success(self): ], wrap_override_commit(messages), ) + + def test_commit_link_success(self): + with patch("git.Commit") as mock_commit: + commit = mock_commit.return_value + commit.hexsha = "1234567abcdefg" + self.assertEqual( + "[googleapis/googleapis@1234567](https://github.com/googleapis/googleapis/commit/1234567abcdefg)", + commit_link(commit), + ) diff --git a/library_generation/utils/commit_message_formatter.py b/library_generation/utils/commit_message_formatter.py index d65eabecaf..85bfbc8036 100644 --- a/library_generation/utils/commit_message_formatter.py +++ b/library_generation/utils/commit_message_formatter.py @@ -47,19 +47,21 @@ def format_commit_message(commits: Dict[Commit, str], is_monorepo: bool) -> List messages.append(formatted_message) else: messages.append(message_line) - all_commits.extend(wrap_nested_commit(messages)) + all_commits.extend(wrap_nested_commit(commit, messages)) return all_commits -def wrap_nested_commit(messages: List[str]) -> List[str]: +def wrap_nested_commit(commit: Commit, messages: List[str]) -> List[str]: """ Wrap message between `BEGIN_NESTED_COMMIT` and `BEGIN_NESTED_COMMIT`. + :param commit: a GitHub commit. :param messages: a (multi-line) commit message, one line per item. :return: wrapped messages. """ result = ["BEGIN_NESTED_COMMIT"] result.extend(messages) + result.append(f"Source Link: {commit_link(commit)}") result.append("END_NESTED_COMMIT") return result @@ -75,3 +77,14 @@ def wrap_override_commit(messages: List[str]) -> List[str]: result.extend(messages) result.append("END_COMMIT_OVERRIDE") return result + + +def commit_link(commit: Commit) -> str: + """ + Create a link to the commit in Markdown format. + + :param commit: a GitHub commit. + :return: a link in Markdown format. + """ + short_sha = commit.hexsha[:7] + return f"[googleapis/googleapis@{short_sha}](https://github.com/googleapis/googleapis/commit/{commit.hexsha})" From 93d270f95db5a898a7490bbff64b38166e51702b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 31 May 2024 20:11:09 +0200 Subject: [PATCH 7/9] build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.3.0 (#2795) 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 | |---|---|---|---|---|---| | [org.codehaus.mojo:exec-maven-plugin](https://www.mojohaus.org/exec-maven-plugin) ([source](https://togithub.com/mojohaus/exec-maven-plugin)) | `3.2.0` -> `3.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:exec-maven-plugin/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.codehaus.mojo:exec-maven-plugin/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.codehaus.mojo:exec-maven-plugin/3.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.codehaus.mojo:exec-maven-plugin/3.2.0/3.3.0?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
mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin) ### [`v3.3.0`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.3.0) [Compare Source](https://togithub.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0) #### 🚀 New features and improvements - Add option to include runtime and provided ([#​61](https://togithub.com/mojohaus/exec-maven-plugin/pull/61)) [@​rehevkor5](https://togithub.com/rehevkor5) #### 📦 Dependency updates - Bump org.codehaus.mojo:mojo-parent from 80 to 82 ([#​429](https://togithub.com/mojohaus/exec-maven-plugin/pull/429)) [@​dependabot](https://togithub.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 ([#​424](https://togithub.com/mojohaus/exec-maven-plugin/pull/424)) [@​dependabot](https://togithub.com/dependabot) - Bump asm.version from 9.6 to 9.7 ([#​422](https://togithub.com/mojohaus/exec-maven-plugin/pull/422)) [@​dependabot](https://togithub.com/dependabot) - Bump apache/maven-gh-actions-shared from 3 to 4 ([#​420](https://togithub.com/mojohaus/exec-maven-plugin/pull/420)) [@​dependabot](https://togithub.com/dependabot)
--- ### 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 --- java-shared-dependencies/dependency-analyzer/pom.xml | 2 +- java-shared-dependencies/unmanaged-dependency-check/pom.xml | 2 +- showcase/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-shared-dependencies/dependency-analyzer/pom.xml b/java-shared-dependencies/dependency-analyzer/pom.xml index ea05330f36..41283a61a7 100644 --- a/java-shared-dependencies/dependency-analyzer/pom.xml +++ b/java-shared-dependencies/dependency-analyzer/pom.xml @@ -18,7 +18,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.3.0 diff --git a/java-shared-dependencies/unmanaged-dependency-check/pom.xml b/java-shared-dependencies/unmanaged-dependency-check/pom.xml index b812db1341..dcdee3af0d 100644 --- a/java-shared-dependencies/unmanaged-dependency-check/pom.xml +++ b/java-shared-dependencies/unmanaged-dependency-check/pom.xml @@ -22,7 +22,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.3.0 diff --git a/showcase/pom.xml b/showcase/pom.xml index cb17baaa68..95925009fb 100644 --- a/showcase/pom.xml +++ b/showcase/pom.xml @@ -141,7 +141,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.3.0 false @@ -169,7 +169,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.3.0 false From b7fa736327a1535c347aa516d00b2a41e2a8d143 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 31 May 2024 20:16:29 +0200 Subject: [PATCH 8/9] deps: update dependency org.checkerframework:checker-qual to v3.43.0 (#2730) 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 | |---|---|---|---|---|---| | [org.checkerframework:checker-qual](https://checkerframework.org/) ([source](https://togithub.com/typetools/checker-framework)) | `3.42.0` -> `3.43.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.checkerframework:checker-qual/3.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.checkerframework:checker-qual/3.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.checkerframework:checker-qual/3.42.0/3.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.checkerframework:checker-qual/3.42.0/3.43.0?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 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 --- java-shared-dependencies/third-party-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-shared-dependencies/third-party-dependencies/pom.xml b/java-shared-dependencies/third-party-dependencies/pom.xml index f46adf6328..9d4c141ef2 100644 --- a/java-shared-dependencies/third-party-dependencies/pom.xml +++ b/java-shared-dependencies/third-party-dependencies/pom.xml @@ -33,7 +33,7 @@ 4.4.16 4.5.14 - 3.42.0 + 3.43.0 0.27.0 3.0.0 0.28.0 From dee7e00515b2eb7d5df31790f67150fa7de82f32 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 31 May 2024 20:22:24 +0200 Subject: [PATCH 9/9] deps: update google http client dependencies to v1.44.2 (#2783) 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 | |---|---|---|---|---|---| | [com.google.http-client:google-http-client](https://togithub.com/googleapis/google-http-java-client) | `1.44.1` -> `1.44.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.http-client:google-http-client/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.http-client:google-http-client/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.http-client:google-http-client/1.44.1/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.http-client:google-http-client/1.44.1/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.http-client:google-http-client-gson](https://togithub.com/googleapis/google-http-java-client) | `1.44.1` -> `1.44.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.http-client:google-http-client-gson/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.http-client:google-http-client-gson/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.http-client:google-http-client-gson/1.44.1/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.http-client:google-http-client-gson/1.44.1/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client/tree/master/google-http-client-bom) ([source](https://togithub.com/googleapis/google-http-java-client)) | `1.44.1` -> `1.44.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.http-client:google-http-client-bom/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.http-client:google-http-client-bom/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.http-client:google-http-client-bom/1.44.1/1.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.http-client:google-http-client-bom/1.44.1/1.44.2?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
googleapis/google-http-java-client (com.google.http-client:google-http-client) ### [`v1.44.2`](https://togithub.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#1442-2024-05-16) [Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.44.1...v1.44.2) ##### Bug Fixes - Base64 decoding to discard newline characters ([#​1941](https://togithub.com/googleapis/google-http-java-client/issues/1941)) ([4e153db](https://togithub.com/googleapis/google-http-java-client/commit/4e153db9443832dbe6ca56b6fe10dcea26921b6f)) ##### Dependencies - Update actions/upload-artifact action to v3.1.3 ([#​1860](https://togithub.com/googleapis/google-http-java-client/issues/1860)) ([60deab2](https://togithub.com/googleapis/google-http-java-client/commit/60deab2fc93c70f4f37733a90a07b11e19b9f508)) - Update dependency com.google.cloud:native-image-shared-config to v1.7.6 ([#​1928](https://togithub.com/googleapis/google-http-java-client/issues/1928)) ([3dd6b79](https://togithub.com/googleapis/google-http-java-client/commit/3dd6b79368dd31efaf293009e8f424c905e9cc38)) - Update dependency org.apache.felix:maven-bundle-plugin to v5.1.9 ([#​1888](https://togithub.com/googleapis/google-http-java-client/issues/1888)) ([41c16b9](https://togithub.com/googleapis/google-http-java-client/commit/41c16b9334e218412826c1c07cdd303611bc7dbf)) - Update project.appengine.version to v2.0.25 ([#​1931](https://togithub.com/googleapis/google-http-java-client/issues/1931)) ([53eb6a1](https://togithub.com/googleapis/google-http-java-client/commit/53eb6a1f62d106190cc75af1e6b6eebec481f874))
--- ### 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 --- gapic-generator-java-pom-parent/pom.xml | 2 +- gax-java/dependencies.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gapic-generator-java-pom-parent/pom.xml b/gapic-generator-java-pom-parent/pom.xml index dfd2607876..60ce0a1ffb 100644 --- a/gapic-generator-java-pom-parent/pom.xml +++ b/gapic-generator-java-pom-parent/pom.xml @@ -28,7 +28,7 @@ 1.3.2 1.62.2 1.23.0 - 1.44.1 + 1.44.2 2.11.0 33.1.0-jre 3.25.3 diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties index 13e80b8fa0..bcadb875da 100644 --- a/gax-java/dependencies.properties +++ b/gax-java/dependencies.properties @@ -71,8 +71,8 @@ maven.com_google_api_api_common=com.google.api:api-common:2.31.1 maven.org_threeten_threetenbp=org.threeten:threetenbp:1.6.9 maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:1.34.1 maven.com_google_api_grpc_proto_google_iam_v1=com.google.api.grpc:proto-google-iam-v1:1.34.1 -maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.44.1 -maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.44.1 +maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.44.2 +maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.44.2 maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.23 maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2 maven.org_graalvm_sdk=org.graalvm.sdk:graal-sdk:22.3.5