Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 6700754

Browse files
authored
deps: update core dependencies to v1.54.0 (#82)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.api:gax-grpc](https://togithub.com/googleapis/gax-java) | minor | `1.53.1` -> `1.54.0` | | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | minor | `1.53.1` -> `1.54.0` | --- ### Release Notes <details> <summary>googleapis/gax-java</summary> ### [`v1.54.0`](https://togithub.com/googleapis/gax-java/releases/v1.54.0) [Compare Source](https://togithub.com/googleapis/gax-java/compare/v1.53.1...v1.54.0) 02-27-2020 09:07 PST ##### New Features - Scale number of threads to scale with number of cpus ([#&#8203;878](https://togithub.com/googleapis/gax-java/pull/878)) - Do not shut down executor when WatchDog is shut down ([#&#8203;871](https://togithub.com/googleapis/gax-java/pull/871)) ##### Dependencies - Update google-http-client to 1.34.2 ([#&#8203;886](https://togithub.com/googleapis/gax-java/pull/886)) - Update gRPC to 1.27.2 ([#&#8203;885](https://togithub.com/googleapis/gax-java/pull/885)) - Update protobuf to 3.11.4 and gRPC to 1.27.1 ([#&#8203;882](https://togithub.com/googleapis/gax-java/pull/882)) ##### Documentation - Add javadoc about being called within single thread ([#&#8203;856](https://togithub.com/googleapis/gax-java/pull/856)) ##### Internal / Testing Changes - Update jacoco to 0.8.5 ([#&#8203;883](https://togithub.com/googleapis/gax-java/pull/883)) - Update google format plugin ([#&#8203;868](https://togithub.com/googleapis/gax-java/pull/868)) - Set up linkage monitor Kokoro build config for gax-java ([#&#8203;864](https://togithub.com/googleapis/gax-java/pull/864)) </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. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates 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#googleapis/java-monitoring).
1 parent dfcc5bc commit 6700754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<google.core.version>1.91.1</google.core.version>
6767
<google.api-common.version>1.8.1</google.api-common.version>
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
69-
<gax.version>1.53.1</gax.version>
69+
<gax.version>1.54.0</gax.version>
7070
<grpc.version>1.27.2</grpc.version>
7171
<protobuf.version>3.11.4</protobuf.version>
7272
<junit.version>4.13</junit.version>

0 commit comments

Comments
 (0)