Skip to content

Commit 7f87f97

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-workflows to v2.1.0 (#333)
[![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-workflows](https://togithub.com/googleapis/java-workflows) | `2.0.2` -> `2.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/2.1.0/compatibility-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/2.1.0/confidence-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-workflows</summary> ### [`v2.1.0`](https://togithub.com/googleapis/java-workflows/blob/master/CHANGELOG.md#&#8203;210-httpswwwgithubcomgoogleapisjava-workflowscomparev202v210-2021-09-01) [Compare Source](https://togithub.com/googleapis/java-workflows/compare/v2.0.2...v2.1.0) ##### Features - Remove use of deprecated gradle command in java README ([#&#8203;1196](https://www.togithub.com/googleapis/java-workflows/issues/1196)) ([#&#8203;327](https://www.togithub.com/googleapis/java-workflows/issues/327)) ([5525ccd](https://www.github.com/googleapis/java-workflows/commit/5525ccd9eb08a07be773aaee773812a6c42ec483)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#&#8203;329](https://www.togithub.com/googleapis/java-workflows/issues/329)) ([c8cf2d8](https://www.github.com/googleapis/java-workflows/commit/c8cf2d848689b49beb398d9be088d7da1d1c1107)) ##### [2.0.2](https://www.github.com/googleapis/java-workflows/compare/v2.0.1...v2.0.2) (2021-08-23) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#&#8203;321](https://www.togithub.com/googleapis/java-workflows/issues/321)) ([332dfd5](https://www.github.com/googleapis/java-workflows/commit/332dfd508eaac6f6ca2d2f5b463df3c80ae9e435)) ##### [2.0.1](https://www.github.com/googleapis/java-workflows/compare/v2.0.0...v2.0.1) (2021-08-12) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#&#8203;315](https://www.togithub.com/googleapis/java-workflows/issues/315)) ([a187352](https://www.github.com/googleapis/java-workflows/commit/a1873529849dd569be91758e5f70fa94233a9c21)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- 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-workflows).
1 parent d63f77f commit 7f87f97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-workflows</artifactId>
22-
<version>2.0.2</version>
22+
<version>2.1.0</version>
2323
</dependency>
2424

2525
```

java-workflows/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-workflows</artifactId>
32-
<version>2.0.2</version>
32+
<version>2.1.0</version>
3333
</dependency>
3434
<!-- [END workflows_install_without_bom] -->
3535

java-workflows/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-workflows</artifactId>
31-
<version>2.0.2</version>
31+
<version>2.1.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)