Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 3219fb7

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-orchestration-airflow to v1.1.0 (#114)
[![WhiteSource 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.0.0` -> `1.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.1.0/compatibility-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.1.0/confidence-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-orchestration-airflow</summary> ### [`v1.1.0`](https://togithub.com/googleapis/java-orchestration-airflow/blob/master/CHANGELOG.md#&#8203;110-httpswwwgithubcomgoogleapisjava-orchestration-airflowcomparev100v110-2021-12-03) [Compare Source](https://togithub.com/googleapis/java-orchestration-airflow/compare/v1.0.0...v1.1.0) ##### Features - next release from main branch is 1.1.0 ([#&#8203;95](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/95)) ([2b61fc5](https://www.github.com/googleapis/java-orchestration-airflow/commit/2b61fc53c82ca96bce4edb5ad50ad2ccb6c01299)) ##### Bug Fixes - **java:** java 17 dependency arguments ([#&#8203;1266](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/1266)) ([#&#8203;93](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/93)) ([ddbeecb](https://www.github.com/googleapis/java-orchestration-airflow/commit/ddbeecb2717b40e91b6d027d712e6a9b13afae59)) ##### Documentation - fix docstring formatting ([#&#8203;92](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/92)) ([acf562b](https://www.github.com/googleapis/java-orchestration-airflow/commit/acf562b9a3890a44f7e341c2db39d578dcbf8d1d)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#&#8203;105](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/105)) ([a441634](https://www.github.com/googleapis/java-orchestration-airflow/commit/a4416346267079167a20e417de7bdb4c0a3ed1ef)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#&#8203;111](https://www.togithub.com/googleapis/java-orchestration-airflow/issues/111)) ([b126908](https://www.github.com/googleapis/java-orchestration-airflow/commit/b1269084b3e59b11498210daca41687455f8deb2)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-orchestration-airflow).
1 parent 9f87f4d commit 3219fb7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-orchestration-airflow</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.0.0'
29+
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.1.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.0.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.1.0"
3636
```
3737

3838
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-orchestration-airflow</artifactId>
32-
<version>1.0.0</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
<!-- [END orchestration-airflow_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-orchestration-airflow</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-orchestration-airflow</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)