Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
deps: update core dependencies (#82)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/java-core) | patch | `1.93.1` -> `1.93.3` |
| [com.google.cloud:google-cloud-core-bom](https://togithub.com/googleapis/java-core) | patch | `1.93.1` -> `1.93.3` |
| [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | minor | `1.54.0` -> `1.55.0` |

---

### Release Notes

<details>
<summary>googleapis/java-core</summary>

### [`v1.93.3`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1933-httpswwwgithubcomgoogleapisjava-corecomparev1932v1933-2020-03-16)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.93.2...v1.93.3)

### [`v1.93.2`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1932-httpswwwgithubcomgoogleapisjava-corecomparev1931v1932-2020-03-10)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.93.1...v1.93.2)

</details>

<details>
<summary>googleapis/gax-java</summary>

### [`v1.55.0`](https://togithub.com/googleapis/gax-java/releases/v1.55.0)

[Compare Source](https://togithub.com/googleapis/gax-java/compare/v1.54.0...v1.55.0)

03-27-2020 08:33 PDT

##### New Features

-   Allow client authors to create their own callable chains ([#&#8203;891](https://togithub.com/googleapis/gax-java/pull/891))

##### Dependencies

-   Update org.threeten:threetenbp to v1.4.1 ([#&#8203;890](https://togithub.com/googleapis/gax-java/pull/890))

##### Internal / Testing Changes

-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 ([#&#8203;953](https://togithub.com/googleapis/gax-java/pull/953))
-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 ([#&#8203;970](https://togithub.com/googleapis/gax-java/pull/970))
-   remove unused property ([#&#8203;887](https://togithub.com/googleapis/gax-java/pull/887))

</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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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#googleapis/java-compute).
  • Loading branch information
renovate-bot authored Apr 3, 2020
1 parent 5bbe72e commit 5adbc75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<google.core.version>1.91.1</google.core.version>
<google.api-common.version>1.9.0</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<gax.version>1.54.0</gax.version>
<gax.version>1.55.0</gax.version>
<protobuf.version>3.10.0</protobuf.version>
<junit.version>4.13</junit.version>
<guava.version>28.2-android</guava.version>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-bom</artifactId>
<version>1.93.1</version>
<version>1.93.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -182,7 +182,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.93.1</version>
<version>1.93.3</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.93.1</version>
<version>1.93.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 5adbc75

Please sign in to comment.