8000 chore(deps): update dependency com.google.cloud:google-cloud-datacata… · coderatgoogle/java-docs-samples@5e40020 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e40020

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-datacatalog to v0.36.0 (GoogleCloudPlatform#3154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-datacatalog](https://togithub.com/googleapis/java-datacatalog) | minor | `0.35.0` -> `0.36.0` | --- ### Release Notes <details> <summary>googleapis/java-datacatalog</summary> ### [`v0.36.0`](https://togithub.com/googleapis/java-datacatalog/blob/master/CHANGELOG.md#&#8203;0360-httpswwwgithubcomgoogleapisjava-datacatalogcomparev0350v0360-2020-06-11) [Compare Source](https://togithub.com/googleapis/java-datacatalog/compare/v0.35.0...v0.36.0) ##### ⚠ BREAKING CHANGES - **v1beta1:** return types for list methods now return paginated responses ##### Features - **v1beta1:** regenerate with Gapic V2 pagination settings ([#&GoogleCloudPlatform#8203;196](https://www.github.com/googleapis/java-datacatalog/issues/196)) ([9f27e23](https://www.github.com/googleapis/java-datacatalog/commit/9f27e23393e6f30959e39bae9502c937d276f8d9)) ##### Documentation - change relative URLs to absolute URLs to fix broken links. ([#&GoogleCloudPlatform#8203;208](https://www.github.com/googleapis/java-datacatalog/issues/208)) ([7aa9ab6](https://www.github.com/googleapis/java-datacatalog/commit/7aa9ab6da80eca8dab4c52c04593d953e618ea44)) ##### Dependencies - update dependency com.google.api:api-common to v1.9.1 ([#&GoogleCloudPlatform#8203;192](https://www.github.com/googleapis/java-datacatalog/issues/192)) ([83ec28f](https://www.github.com/googleapis/java-datacatalog/commit/83ec28f1d8dd12dd3ab834e8434362b79342a0c0)) - update dependency com.google.api:api-common to v1.9.2 ([#&GoogleCloudPlatform#8203;197](https://www.github.com/googleapis/java-datacatalog/issues/197)) ([c6afb39](https://www.github.com/googleapis/java-datacatalog/commit/c6afb394300f37821a04c104b140deeb73616312)) - update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#&GoogleCloudPlatform#8203;181](https://www.github.com/googleapis/java-datacatalog/issues/181)) ([6cd2787](https://www.github.com/googleapis/java-datacatalog/commit/6cd2787cb134be74c20b18503d1f85e46d5ea19b)) - update dependency com.google.cloud:google-cloud-core to v1.93.5 ([#&GoogleCloudPlatform#8203;193](https://www.github.com/googleapis/java-datacatalog/issues/193)) ([a666443](https://www.github.com/googleapis/java-datacatalog/commit/a666443380afe0e3555cc766ed0d7fc8582fb627)) - update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#&GoogleCloudPlatform#8203;187](https://www.github.com/googleapis/java-datacatalog/issues/187)) ([4ddb267](https://www.github.com/googleapis/java-datacatalog/commit/4ddb26799bbcfb271e2adc75d69c383b69d1e2fd)) - update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#&GoogleCloudPlatform#8203;191](https://www.github.com/googleapis/java-datacatalog/issues/191)) ([2bada56](https://www.github.com/googleapis/java-datacatalog/commit/2bada560b4e81963354de18c1dceddcef48c68a1)) - update dependency io.grpc:grpc-bom to v1.29.0 ([#&GoogleCloudPlatform#8203;173](https://www.github.com/googleapis/java-datacatalog/issues/173)) ([8e5f628](https://www.github.com/googleapis/java-datacatalog/commit/8e5f628b7c2f09191179964bd72d14da9d7851da)) - update dependency io.grpc:grpc-bom to v1.30.0 ([#&GoogleCloudPlatform#8203;202](https://www.github.com/googleapis/java-datacatalog/issues/202)) ([6fe1f63](https://www.github.com/googleapis/java-datacatalog/commit/6fe1f63b94b62169fb002aa45e3c119cac122f01)) - update dependency org.threeten:threetenbp to v1.4.4 ([#&GoogleCloudPlatform#8203;175](https://www.github.com/googleapis/java-datacatalog/issues/175)) ([500a5fc](https://www.github.com/googleapis/java-datacatalog/commit/500a5fcb479d93a989525e6e3ffc6097fe75fdd7)) </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 5bea78e commit 5e40020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datacatalog/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-datacatalog</artifactId>
42-
<version>0.35.0</version>
42+
<version>0.36.0</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->

datacatalog/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-datacatalog</artifactId>
42-
<version>0.35.0</version>
42+
<version>0.36.0</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->

0 commit comments

Comments
 (0)
0