Skip to content

Commit fb4ec36

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-tasks to v1.33.0 (GoogleCloudPlatform#5338)
[![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-tasks](https://togithub.com/googleapis/java-tasks) | `1.32.4` -> `1.33.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-tasks/1.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-tasks/1.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-tasks/1.33.0/compatibility-slim/1.32.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-tasks/1.33.0/confidence-slim/1.32.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-tasks</summary> ### [`v1.33.0`](https://togithub.com/googleapis/java-tasks/blob/master/CHANGELOG.md#&#8203;1330-httpswwwgithubcomgoogleapisjava-taskscomparev1324v1330-2021-05-27) [Compare Source](https://togithub.com/googleapis/java-tasks/compare/v1.32.4...v1.33.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#&GoogleCloudPlatform#8203;438](https://www.github.com/googleapis/java-tasks/issues/438)) ([2dcf421](https://www.github.com/googleapis/java-tasks/commit/2dcf421900073d42bd5c7218826bfdb1e7088ec2)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#&GoogleCloudPlatform#8203;437](https://www.github.com/googleapis/java-tasks/issues/437)) ([d38ae30](https://www.github.com/googleapis/java-tasks/commit/d38ae30439cf91434c6b39ea3416e73d170c32a6)) ##### Documentation - fix grammar in documentation. ([#&GoogleCloudPlatform#8203;444](https://www.github.com/googleapis/java-tasks/issues/444)) ([5f67b25](https://www.github.com/googleapis/java-tasks/commit/5f67b252adc10509a544b780840574965e3395f7)) ##### [1.32.4](https://www.github.com/googleapis/java-tasks/compare/v1.32.3...v1.32.4) (2021-05-11) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#&GoogleCloudPlatform#8203;430](https://www.github.com/googleapis/java-tasks/issues/430)) ([63a2a01](https://www.github.com/googleapis/java-tasks/commit/63a2a014b0903c4dc877c0895b5bee798d3cbc90)) ##### [1.32.3](https://www.github.com/googleapis/java-tasks/compare/v1.32.2...v1.32.3) (2021-04-26) ##### Bug Fixes - release scripts from issuing overlapping phases ([#&GoogleCloudPlatform#8203;410](https://www.github.com/googleapis/java-tasks/issues/410)) ([47b792a](https://www.github.com/googleapis/java-tasks/commit/47b792aa840f68e506d56aa9123464628d590bfd)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#&GoogleCloudPlatform#8203;412](https://www.github.com/googleapis/java-tasks/issues/412)) ([4b4dcd7](https://www.github.com/googleapis/java-tasks/commit/4b4dcd70ee906f8ea7e0bf8dc0b51f79d8cf7711)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#&GoogleCloudPlatform#8203;421](https://www.github.com/googleapis/java-tasks/issues/421)) ([d6f6d73](https://www.github.com/googleapis/java-tasks/commit/d6f6d73658aa8d4cbb793852239ae93158220fe3)) ##### [1.32.2](https://www.github.com/googleapis/java-tasks/compare/v1.32.1...v1.32.2) (2021-04-12) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#&GoogleCloudPlatform#8203;401](https://www.github.com/googleapis/java-tasks/issues/401)) ([a4d01dc](https://www.github.com/googleapis/java-tasks/commit/a4d01dc922a12862fec4084afd9d9241a01cb194)) ##### [1.32.1](https://www.github.com/googleapis/java-tasks/compare/v1.32.0...v1.32.1) (2021-03-11) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#&GoogleCloudPlatform#8203;388](https://www.github.com/googleapis/java-tasks/issues/388)) ([4a67c54](https://www.github.com/googleapis/java-tasks/commit/4a67c54a75b6b87ee1dd9943508bd8d89b192645)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- 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/GoogleCloudPlatform/java-docs-samples).
1 parent 3af85d0 commit fb4ec36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java8/tasks/app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Copyright 2019 Google LLC
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>
5252
<artifactId>google-cloud-tasks</artifactId>
53-
<version>1.32.4</version>
53+
<version>1.33.0</version>
5454
</dependency>
5555

5656
<!-- Test Dependencies -->

appengine-java8/tasks/quickstart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Copyright 2018 Google LLC
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-tasks</artifactId>
55-
<version>1.32.4</version>
55+
<version>1.33.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>commons-cli</groupId>

appengine-java8/tasks/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Copyright 2019 Google LLC
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-tasks</artifactId>
47-
<version>1.32.4</version>
47+
<version>1.33.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)