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

Commit e59aaad

Browse files
authored
deps: update gax.version to v2.3.0 (#437)
[![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.api:gax-grpc](https://togithub.com/googleapis/gax-java) | `2.1.0` -> `2.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:gax-grpc/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:gax-grpc/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:gax-grpc/2.3.0/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:gax-grpc/2.3.0/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | `2.1.0` -> `2.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.3.0/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.3.0/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/gax-java</summary> ### [`v2.3.0`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;230-httpswwwgithubcomgoogleapisgax-javacomparev220v230-2021-08-16) [Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.2.0...v2.3.0) ##### Features - add custom options to ApiCallContext ([#&#8203;1435](https://www.togithub.com/googleapis/gax-java/issues/1435)) ([0fe20f3](https://www.github.com/googleapis/gax-java/commit/0fe20f379feba1570e562e60e3f0bf7cc4e485bd)) - add UseJwtAccessWithScope to GoogleCredentialsProvider ([#&#8203;1420](https://www.togithub.com/googleapis/gax-java/issues/1420)) ([ed39c34](https://www.github.com/googleapis/gax-java/commit/ed39c34693783460fc03effb47e7027914cfb5bc)) ### [`v2.2.0`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;220-httpswwwgithubcomgoogleapisgax-javacomparev210v220-2021-08-13) [Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.1.0...v2.2.0) ##### Features - Add AIP-151 LRO OperationsClient to gax-httpjson ([#&#8203;1458](https://www.togithub.com/googleapis/gax-java/issues/1458)) ([314acb6](https://www.github.com/googleapis/gax-java/commit/314acb6a5c335732e8406bec86f6c37296ebf3f3)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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#github/googleapis/java-shared-dependencies).
1 parent c3f8fb4 commit e59aaad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@
5454
<properties>
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656
<site.installationModule>${project.artifactId}</site.installationModule>
57-
5857
<grpc.version>1.40.0</grpc.version>
59-
<gax.version>2.1.0</gax.version>
58+
<gax.version>2.3.0</gax.version>
6059
<grpc-gcp.version>1.1.0</grpc-gcp.version>
6160
<guava.version>30.1.1-jre</guava.version>
6261
<protobuf.version>3.17.3</protobuf.version>

0 commit comments

Comments
 (0)