From 1e02bf3f2a9c76ff047f87650058475a30738d59 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 1 Jun 2023 00:14:12 +0200 Subject: [PATCH] fix(deps): update dependency com.google.cloud:google-cloudevent-types to v0.11.0 (#8211) 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.cloud:google-cloudevent-types](https://togithub.com/googleapis/google-cloudevents-java) | `0.10.0` -> `0.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloudevent-types/0.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloudevent-types/0.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloudevent-types/0.11.0/compatibility-slim/0.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloudevent-types/0.11.0/confidence-slim/0.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
googleapis/google-cloudevents-java ### [`v0.11.0`](https://togithub.com/googleapis/google-cloudevents-java/blob/HEAD/CHANGELOG.md#​0110-httpsgithubcomgoogleapisgoogle-cloudevents-javacomparev0100v0110-2023-05-30) [Compare Source](https://togithub.com/googleapis/google-cloudevents-java/compare/v0.10.0...v0.11.0) ##### Features - Run the code generator ([`085c11e`](https://togithub.com/googleapis/google-cloudevents-java/commit/085c11e)) ([#​194](https://togithub.com/googleapis/google-cloudevents-java/issues/194)) ([af5fcc2](https://togithub.com/googleapis/google-cloudevents-java/commit/af5fcc26df957971be4053014e15085d99ca20eb))
--- ### 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**: Never, 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://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). --- functions/v2/firebase/firestore-reactive/pom.xml | 2 +- functions/v2/firebase/firestore/pom.xml | 2 +- functions/v2/firebase/remote-config/pom.xml | 2 +- functions/v2/firebase/rtdb/pom.xml | 2 +- functions/v2/hello-gcs/pom.xml | 2 +- functions/v2/imagemagick/pom.xml | 2 +- functions/v2/ocr/ocr-process-image/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/v2/firebase/firestore-reactive/pom.xml b/functions/v2/firebase/firestore-reactive/pom.xml index 069fb7c6776..4290d01aedc 100644 --- a/functions/v2/firebase/firestore-reactive/pom.xml +++ b/functions/v2/firebase/firestore-reactive/pom.xml @@ -52,7 +52,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 com.google.protobuf diff --git a/functions/v2/firebase/firestore/pom.xml b/functions/v2/firebase/firestore/pom.xml index 6b47f8ff80f..ca09f6120d0 100644 --- a/functions/v2/firebase/firestore/pom.xml +++ b/functions/v2/firebase/firestore/pom.xml @@ -52,7 +52,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 com.google.protobuf diff --git a/functions/v2/firebase/remote-config/pom.xml b/functions/v2/firebase/remote-config/pom.xml index 27c5986ef3d..694242ac4f0 100644 --- a/functions/v2/firebase/remote-config/pom.xml +++ b/functions/v2/firebase/remote-config/pom.xml @@ -59,7 +59,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 com.google.protobuf diff --git a/functions/v2/firebase/rtdb/pom.xml b/functions/v2/firebase/rtdb/pom.xml index 20551cf3e78..a6fdc719444 100644 --- a/functions/v2/firebase/rtdb/pom.xml +++ b/functions/v2/firebase/rtdb/pom.xml @@ -59,7 +59,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 com.google.protobuf diff --git a/functions/v2/hello-gcs/pom.xml b/functions/v2/hello-gcs/pom.xml index 30e67407740..35ef58cfee6 100644 --- a/functions/v2/hello-gcs/pom.xml +++ b/functions/v2/hello-gcs/pom.xml @@ -61,7 +61,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 diff --git a/functions/v2/imagemagick/pom.xml b/functions/v2/imagemagick/pom.xml index e161de2e2bf..6a4325c534d 100644 --- a/functions/v2/imagemagick/pom.xml +++ b/functions/v2/imagemagick/pom.xml @@ -65,7 +65,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0 diff --git a/functions/v2/ocr/ocr-process-image/pom.xml b/functions/v2/ocr/ocr-process-image/pom.xml index 8e97d448f70..6097c2f3556 100644 --- a/functions/v2/ocr/ocr-process-image/pom.xml +++ b/functions/v2/ocr/ocr-process-image/pom.xml @@ -84,7 +84,7 @@ com.google.cloud google-cloudevent-types - 0.10.0 + 0.11.0