From 9c461f9c4ddfa68f09c79d43dd32b7ad370d62c0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 13 Sep 2022 20:58:23 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-orchestration-airflow to v1.3.3 (#8380) 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-cloud-orchestration-airflow](https://togithub.com/googleapis/java-orchestration-airflow) | `1.3.3-SNAPSHOT` -> `1.3.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/compatibility-slim/1.3.3-SNAPSHOT)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/confidence-slim/1.3.3-SNAPSHOT)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.cloud:google-cloud-orchestration-airflow](https://togithub.com/googleapis/java-orchestration-airflow) | `1.3.2` -> `1.3.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/compatibility-slim/1.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.3/confidence-slim/1.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-orchestration-airflow ### [`v1.3.3`](https://togithub.com/googleapis/java-orchestration-airflow/blob/HEAD/CHANGELOG.md#​133-httpsgithubcomgoogleapisjava-orchestration-airflowcomparev132v133-2022-09-09) [Compare Source](https://togithub.com/googleapis/java-orchestration-airflow/compare/v1.3.2...v1.3.3) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#​228](https://togithub.com/googleapis/java-orchestration-airflow/issues/228)) ([aac5dc1](https://togithub.com/googleapis/java-orchestration-airflow/commit/aac5dc1f2d12678f442e835fe4fc7f3a940294cb))
--- ### 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, click this checkbox. --- 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/googleapis/google-cloud-java). --- CoverageAggregator/pom.xml | 4 ++-- .../google-cloud-orchestration-airflow-bom/pom.xml | 2 +- java-orchestration-airflow/pom.xml | 2 +- .../samples/install-without-bom/pom.xml | 2 +- java-orchestration-airflow/samples/snapshot/pom.xml | 2 +- java-orchestration-airflow/samples/snippets/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CoverageAggregator/pom.xml b/CoverageAggregator/pom.xml index 6127a6f01d01..68f4606174e6 100644 --- a/CoverageAggregator/pom.xml +++ b/CoverageAggregator/pom.xml @@ -103,7 +103,7 @@ com.google.cloudgoogle-cloud-notebooks1.1.3-SNAPSHOT com.google.apigoogle-cloud-notification0.123.10-beta-SNAPSHOT com.google.cloudgoogle-cloud-optimization1.1.9 -com.google.cloudgoogle-cloud-orchestration-airflow1.3.3-SNAPSHOT +com.google.cloudgoogle-cloud-orchestration-airflow1.3.3 com.google.cloudgoogle-cloud-orgpolicy2.3.3-SNAPSHOT com.google.cloudgoogle-cloud-os-config2.5.3-SNAPSHOT com.google.cloudgoogle-cloud-os-login2.2.4-SNAPSHOT @@ -247,7 +247,7 @@ com.google.cloudgoogle-cloud-notebooks1.1.3-SNAPSHOT com.google.apigoogle-cloud-notification0.123.10-beta-SNAPSHOT com.google.cloudgoogle-cloud-optimization1.1.9 -com.google.cloudgoogle-cloud-orchestration-airflow1.3.3-SNAPSHOT +com.google.cloudgoogle-cloud-orchestration-airflow1.3.3 com.google.cloudgoogle-cloud-orgpolicy2.3.3-SNAPSHOT com.google.cloudgoogle-cloud-os-config2.5.3-SNAPSHOT com.google.cloudgoogle-cloud-os-login2.2.4-SNAPSHOT diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow-bom/pom.xml b/java-orchestration-airflow/google-cloud-orchestration-airflow-bom/pom.xml index 4dad3c8d6d6f..50e1298bb364 100644 --- a/java-orchestration-airflow/google-cloud-orchestration-airflow-bom/pom.xml +++ b/java-orchestration-airflow/google-cloud-orchestration-airflow-bom/pom.xml @@ -57,7 +57,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.3-SNAPSHOT + 1.3.3 com.google.api.grpc diff --git a/java-orchestration-airflow/pom.xml b/java-orchestration-airflow/pom.xml index 1abb3acfb4f9..5b9c7a415ca3 100644 --- a/java-orchestration-airflow/pom.xml +++ b/java-orchestration-airflow/pom.xml @@ -69,7 +69,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.3-SNAPSHOT + 1.3.3 com.google.api.grpc diff --git a/java-orchestration-airflow/samples/install-without-bom/pom.xml b/java-orchestration-airflow/samples/install-without-bom/pom.xml index ab177f1a6f58..c77b533f8417 100644 --- a/java-orchestration-airflow/samples/install-without-bom/pom.xml +++ b/java-orchestration-airflow/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3 diff --git a/java-orchestration-airflow/samples/snapshot/pom.xml b/java-orchestration-airflow/samples/snapshot/pom.xml index 03cddbc44e79..2359f26e5a61 100644 --- a/java-orchestration-airflow/samples/snapshot/pom.xml +++ b/java-orchestration-airflow/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3 diff --git a/java-orchestration-airflow/samples/snippets/pom.xml b/java-orchestration-airflow/samples/snippets/pom.xml index b10c22bf66ae..588c6ff467ca 100644 --- a/java-orchestration-airflow/samples/snippets/pom.xml +++ b/java-orchestration-airflow/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3