Skip to content

Commit ab9f3cf

Browse files
authored
Update dependency com.google.cloud:google-cloud-tasks to v1.29.0 (GoogleCloudPlatform#2535)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-tasks](https://togithub.com/googleapis/java-tasks) | minor | `1.28.2` -> `1.29.0` | --- ### Release Notes <details> <summary>googleapis/java-tasks</summary> ### [`v1.29.0`](https://togithub.com/googleapis/java-tasks/blob/master/CHANGELOG.md#&#8203;1290-httpswwwgithubcomgoogleapisjava-taskscomparev1282v1290-2020-03-30) [Compare Source](https://togithub.com/googleapis/java-tasks/compare/v1.28.2...v1.29.0) ##### Features - **regen:** add StackdriverLoggingConfig to Queue ([1ffe5bc](https://www.github.com/googleapis/java-tasks/commit/1ffe5bc2086312272b79ec451feaeeb01f163626)), closes [#&GoogleCloudPlatform#8203;71](https://www.github.com/googleapis/java-tasks/issues/71) ##### Dependencies - update core dependencies ([#&GoogleCloudPlatform#8203;71](https://www.github.com/googleapis/java-tasks/issues/71)) ([a578f22](https://www.github.com/googleapis/java-tasks/commit/a578f229f93560329f96aea6e2446d5278a6cd5f)) - update core dependencies ([#&GoogleCloudPlatform#8203;84](https://www.github.com/googleapis/java-tasks/issues/84)) ([b672c21](https://www.github.com/googleapis/java-tasks/commit/b672c21a89fb69da73fc80bf41355f926061afde)) - update dependency com.google.api:api-common to v1.9.0 ([#&GoogleCloudPlatform#8203;103](https://www.github.com/googleapis/java-tasks/issues/103)) ([f330679](https://www.github.com/googleapis/java-tasks/commit/f330679ebff1a1cf2bd0ed5dcbd91ef1efe54f2d)) - update dependency com.google.protobuf:protobuf-java to v3.11.4 ([83c7274](https://www.github.com/googleapis/java-tasks/commit/83c7274c220a83ad1c66aa9affa42f32d62b3450)) ##### Documentation - **regen:** update sample code to set total timeout, add API client header test ([#&GoogleCloudPlatform#8203;70](https://www.github.com/googleapis/java-tasks/issues/70)) ([ea4926d](https://www.github.com/googleapis/java-tasks/commit/ea4926d7c9930cc0e19d084b8645711da8987963)) ##### [1.28.2](https://www.github.com/googleapis/java-tasks/compare/v1.28.1...v1.28.2) (2020-02-06) ##### Bug Fixes - getIamSettings, testIamSettings, deleteTaskSettings marked as idempotent for retries ([#&GoogleCloudPlatform#8203;66](https://www.github.com/googleapis/java-tasks/issues/66)) ([8029bdd](https://www.github.com/googleapis/java-tasks/commit/8029bdd723483c79ff72c7786ba4a7b319e9b447)) ##### [1.28.1](https://www.github.com/googleapis/java-tasks/compare/v1.28.0...v1.28.1) (2020-02-04) ##### Bug Fixes - **regen:** deleteQueue marked as idempotent for retry settings ([#&GoogleCloudPlatform#8203;49](https://www.github.com/googleapis/java-tasks/issues/49)) ([58af13c](https://www.github.com/googleapis/java-tasks/commit/58af13c1c7b236127f9b6b9515eb7aa75945971b)) - **regen:** deleteQueue marked as idempotent for retry settings ([#&GoogleCloudPlatform#8203;51](https://www.github.com/googleapis/java-tasks/issues/51)) ([2782770](https://www.github.com/googleapis/java-tasks/commit/2782770088bee28f612cbfd1dd4a3b5782af90d9)) ##### Dependencies - update core dependencies ([#&GoogleCloudPlatform#8203;41](https://www.github.com/googleapis/java-tasks/issues/41)) ([f7edec5](https://www.github.com/googleapis/java-tasks/commit/f7edec5193e0f192901f7f02f0b5554150d27c7a)) - update core dependencies ([#&GoogleCloudPlatform#8203;59](https://www.github.com/googleapis/java-tasks/issues/59)) ([23ae53f](https://www.github.com/googleapis/java-tasks/commit/23ae53fd64bee612d82a8d21abbd7fedd983b9d5)) - update dependency com.google.guava:guava-bom to v28.2-android ([#&GoogleCloudPlatform#8203;39](https://www.github.com/googleapis/java-tasks/issues/39)) ([af017bf](https://www.github.com/googleapis/java-tasks/commit/af017bfb8aec0a21401beeab4374e77de12e88c8)) - update dependency com.google.protobuf:protobuf-java to v3.11.3 ([#&GoogleCloudPlatform#8203;61](https://www.github.com/googleapis/java-tasks/issues/61)) ([cbb810a](https://www.github.com/googleapis/java-tasks/commit/cbb810aa4bea7ceb1ac2785704fd6809306a8157)) - update dependency org.threeten:threetenbp to v1.4.1 ([#&GoogleCloudPlatform#8203;52](https://www.github.com/googleapis/java-tasks/issues/52)) ([18267bd](https://www.github.com/googleapis/java-tasks/commit/18267bdf980f3bb0f5dd6275540ad4f4f8e6019e)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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#GoogleCloudPlatform/java-docs-samples).
1 parent 19ef074 commit ab9f3cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine-java8/tasks/app/pom.xml

Lines changed: 1 addition & 1 deletion
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.28.2</version>
53+
<version>1.29.0</version>
5454
</dependency>
5555

5656
<!-- Test Dependencies -->

appengine-java8/tasks/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
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.28.2</version>
55+
<version>1.29.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>commons-cli</groupId>

appengine-java8/tasks/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
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.28.2</version>
47+
<version>1.29.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.protobuf</groupId>

tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Copyright 2018 Google LLC
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-tasks</artifactId>
46-
<version>1.28.2</version>
46+
<version>1.29.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)