From 5b65ab2e9b54ef65588a2a1a6eb1b06881b8af5e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 Mar 2023 00:36:13 +0100 Subject: [PATCH] chore(deps): update dependency io.cloudevents:cloudevents-core to v2.4.2 (#7806) 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.cloudevents:cloudevents-core](https://cloudevents.github.io/sdk-java/) ([source](https://togithub.com/cloudevents/sdk-java)) | `2.4.1` -> `2.4.2` | [![age](https://badges.renovateapi.com/packages/maven/io.cloudevents:cloudevents-core/2.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.cloudevents:cloudevents-core/2.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.cloudevents:cloudevents-core/2.4.2/compatibility-slim/2.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.cloudevents:cloudevents-core/2.4.2/confidence-slim/2.4.1)](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
cloudevents/sdk-java ### [`v2.4.2`](https://togithub.com/cloudevents/sdk-java/releases/tag/2.4.2) [Compare Source](https://togithub.com/cloudevents/sdk-java/compare/2.4.1...2.4.2) ##### What's Changed - Fix Protobuf data corruption when CloudEvent serialized/deserialized several times by [@​JemDay](https://togithub.com/JemDay) in [https://togithub.com/cloudevents/sdk-java/pull/524](https://togithub.com/cloudevents/sdk-java/pull/524) **Full Changelog**: https://togithub.com/cloudevents/sdk-java/compare/2.4.1...2.4.2
--- ### 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 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://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). --- functions/v2/concepts/retry-pubsub/pom.xml | 2 +- functions/v2/concepts/retry-timeout/pom.xml | 2 +- functions/v2/firebase/firestore/pom.xml | 2 +- functions/v2/imagemagick/pom.xml | 2 +- functions/v2/label-compute-instance/pom.xml | 2 +- functions/v2/log-cloudevent/pom.xml | 2 +- functions/v2/ocr/ocr-process-image/pom.xml | 2 +- functions/v2/ocr/ocr-save-result/pom.xml | 2 +- functions/v2/ocr/ocr-translate-text/pom.xml | 2 +- functions/v2/pubsub/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/v2/concepts/retry-pubsub/pom.xml b/functions/v2/concepts/retry-pubsub/pom.xml index 7facbe83cf2..b5cf0e8e7aa 100644 --- a/functions/v2/concepts/retry-pubsub/pom.xml +++ b/functions/v2/concepts/retry-pubsub/pom.xml @@ -76,7 +76,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test diff --git a/functions/v2/concepts/retry-timeout/pom.xml b/functions/v2/concepts/retry-timeout/pom.xml index a78b462b984..49c1dc53f00 100644 --- a/functions/v2/concepts/retry-timeout/pom.xml +++ b/functions/v2/concepts/retry-timeout/pom.xml @@ -73,7 +73,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test diff --git a/functions/v2/firebase/firestore/pom.xml b/functions/v2/firebase/firestore/pom.xml index 86e06ac61e6..9356edc1e29 100644 --- a/functions/v2/firebase/firestore/pom.xml +++ b/functions/v2/firebase/firestore/pom.xml @@ -77,7 +77,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test diff --git a/functions/v2/imagemagick/pom.xml b/functions/v2/imagemagick/pom.xml index b126c7f22ca..818448fd01b 100644 --- a/functions/v2/imagemagick/pom.xml +++ b/functions/v2/imagemagick/pom.xml @@ -58,7 +58,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 diff --git a/functions/v2/label-compute-instance/pom.xml b/functions/v2/label-compute-instance/pom.xml index 602acd9c16c..8685aa247fe 100644 --- a/functions/v2/label-compute-instance/pom.xml +++ b/functions/v2/label-compute-instance/pom.xml @@ -72,7 +72,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test diff --git a/functions/v2/log-cloudevent/pom.xml b/functions/v2/log-cloudevent/pom.xml index 332f2108e38..7b9d564922d 100644 --- a/functions/v2/log-cloudevent/pom.xml +++ b/functions/v2/log-cloudevent/pom.xml @@ -66,7 +66,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test diff --git a/functions/v2/ocr/ocr-process-image/pom.xml b/functions/v2/ocr/ocr-process-image/pom.xml index 910492e5740..485302b49a4 100644 --- a/functions/v2/ocr/ocr-process-image/pom.xml +++ b/functions/v2/ocr/ocr-process-image/pom.xml @@ -58,7 +58,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 org.projectlombok diff --git a/functions/v2/ocr/ocr-save-result/pom.xml b/functions/v2/ocr/ocr-save-result/pom.xml index e3ca709c672..6b1a3866129 100644 --- a/functions/v2/ocr/ocr-save-result/pom.xml +++ b/functions/v2/ocr/ocr-save-result/pom.xml @@ -62,7 +62,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 org.projectlombok diff --git a/functions/v2/ocr/ocr-translate-text/pom.xml b/functions/v2/ocr/ocr-translate-text/pom.xml index d4e2839282a..cfcdbace429 100644 --- a/functions/v2/ocr/ocr-translate-text/pom.xml +++ b/functions/v2/ocr/ocr-translate-text/pom.xml @@ -66,7 +66,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 org.projectlombok diff --git a/functions/v2/pubsub/pom.xml b/functions/v2/pubsub/pom.xml index d1960b3d640..90b233e57a8 100644 --- a/functions/v2/pubsub/pom.xml +++ b/functions/v2/pubsub/pom.xml @@ -66,7 +66,7 @@ io.cloudevents cloudevents-core - 2.4.1 + 2.4.2 test