Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

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

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | patch | `1.32.1` -> `1.32.2` |
| [com.google.auth:google-auth-library-bom](https://togithub.com/googleapis/google-auth-library-java) | minor | `0.21.1` -> `0.22.0` |
| [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | minor | `1.58.2` -> `1.60.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.32.2`](https://togithub.com/grpc/grpc-java/releases/v1.32.2)

[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.32.1...v1.32.2)

##### Bug Fixes

-   netty: TCP close during TLS handshake should be UNAVAILABLE, not UNKNOWN
-   netty: BDP ping accounting should occur after flow control. This resolves an incompatibility issue introduced in v1.30.0 and could be worked around via `GRPC_EXPERIMENTAL_AUTOFLOWCONTROL=false` introduced later. The symptom was a GOAWAY with “too_many_pings” without an aggressive keepalive configured. The environment variable is still available, but will be removed in the future
-   alts: Reverted workaround for Conscrypt cipher performance. Conscrypt 2.5.0 has significantly improved performance and the workaround now decreases performance. Note that grpc-alts itself still depends on Conscrypt 2.2.1 to remain stable for this bug fix release, but users are encouraged to use newer a version of Conscrypt. The gains from Conscrypt 2.5.0 are significantly greater than what the workaround provided

</details>

<details>
<summary>googleapis/google-auth-library-java</summary>

### [`v0.22.0`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#&#8203;0220-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev0211v0220-2020-10-13)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v0.21.1...v0.22.0)

##### Features

-   add logging at FINE level for each step of ADC ([#&#8203;435](https://www.github.com/googleapis/google-auth-library-java/issues/435)) ([7d145b2](https://www.github.com/googleapis/google-auth-library-java/commit/7d145b2371033093ea13fd05520c90970a5ef363))

##### Documentation

-   remove bad javadoc tags ([#&#8203;478](https://www.github.com/googleapis/google-auth-library-java/issues/478)) ([a329c41](https://www.github.com/googleapis/google-auth-library-java/commit/a329c4171735c3d4ee574978e6c3742b96c01f74))

##### Dependencies

-   update dependency com.google.http-client:google-http-client-bom to v1.37.0 ([#&#8203;486](https://www.github.com/googleapis/google-auth-library-java/issues/486)) ([3027fbf](https://www.github.com/googleapis/google-auth-library-java/commit/3027fbfaf017f5aa5a22cc51cd38a522597729c0))

##### [0.21.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.21.0...v0.21.1) (2020-07-07)

##### Dependencies

-   update google-http-client to 1.36.0 ([#&#8203;447](https://www.github.com/googleapis/google-auth-library-java/issues/447)) ([b913d19](https://www.github.com/googleapis/google-auth-library-java/commit/b913d194259e4f93bb401a844480f56b48dad3bd)), closes [#&#8203;446](https://www.github.com/googleapis/google-auth-library-java/issues/446)

</details>

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

### [`v1.60.0`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1600-httpswwwgithubcomgoogleapisgax-javacomparev1591v1600-2020-10-19)

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

##### Features

-   REST Gapic (REGAPIC) Support  ([#&#8203;1177](https://www.github.com/googleapis/gax-java/issues/1177)) ([12b18ee](https://www.github.com/googleapis/gax-java/commit/12b18ee255d3fabe13bb3969df40753b29f830d5))

##### Bug Fixes

-   prevent npe caused by missing parentheses ([#&#8203;1198](https://www.github.com/googleapis/gax-java/issues/1198)) ([b856351](https://www.github.com/googleapis/gax-java/commit/b85635123f987f9808086f14a58dd8c7418a3bd8))

##### Dependencies

-   upgrade grpc to 1.32.2 ([#&#8203;1212](https://www.github.com/googleapis/gax-java/issues/1212)) ([03c4c0f](https://www.github.com/googleapis/gax-java/commit/03c4c0f621f439c30752122568d2a9a7703e5e16))

##### [1.59.1](https://www.github.com/googleapis/gax-java/compare/v1.59.0...v1.59.1) (2020-10-05)

##### Bug Fixes

-   Fix race condition in BatcherImpl flush ([#&#8203;1200](https://www.github.com/googleapis/gax-java/issues/1200)) ([c6308c9](https://www.github.com/googleapis/gax-java/commit/c6308c906171ce05765ccacb716aa7162d95d9a2))
-   update owners file with actools-java ([#&#8203;1194](https://www.github.com/googleapis/gax-java/issues/1194)) ([9977dd2](https://www.github.com/googleapis/gax-java/commit/9977dd2564ff6919fc6a6b658eb69b5ea8a66520))

### [`v1.59.1`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1591-httpswwwgithubcomgoogleapisgax-javacomparev1590v1591-2020-10-05)

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

### [`v1.59.0`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1590-httpswwwgithubcomgoogleapisgax-javacomparev1583v1590-2020-09-28)

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

##### Features

-   Allow user-agents to be specified by both internal headers and user headers ([#&#8203;1190](https://www.github.com/googleapis/gax-java/issues/1190)) ([266329e](https://www.github.com/googleapis/gax-java/commit/266329e89642bfc6be579e600d3f995f4416ae4e)), closes [/github.com/googleapis/java-bigtable/pull/404#pullrequestreview-480972135](https://www.github.com/googleapis//github.com/googleapis/java-bigtable/pull/404/issues/pullrequestreview-480972135)

##### Bug Fixes

-   truncate RPC timeouts to time remaining in totalTimeout ([#&#8203;1191](https://www.github.com/googleapis/gax-java/issues/1191)) ([1d0c940](https://www.github.com/googleapis/gax-java/commit/1d0c94061bab124be81a649ac3fa1ce5d9a2df23))

##### Dependencies

-   update guava to 29.0-android ([#&#8203;1174](https://www.github.com/googleapis/gax-java/issues/1174)) ([287cada](https://www.github.com/googleapis/gax-java/commit/287cadae528549545da9e7e9d63fd70c1268e3c1)), closes [#&#8203;1151](https://www.github.com/googleapis/gax-java/issues/1151)

##### [1.58.3](https://www.github.com/googleapis/gax-java/compare/v1.58.2...v1.58.3) (2020-09-15)

##### Bug Fixes

-   [gax-java] Add speedy Bazel builds to Travis ([#&#8203;1181](https://www.github.com/googleapis/gax-java/issues/1181)) ([2fb85fe](https://www.github.com/googleapis/gax-java/commit/2fb85fed095c6043ee39b63a0f7dff3fd93cbd7b))
-   [gax-java] add Vim files to .gitignore ([#&#8203;1179](https://www.github.com/googleapis/gax-java/issues/1179)) ([2de22b6](https://www.github.com/googleapis/gax-java/commit/2de22b6645fbfd7ada7d0067e5cdd3c2039ec190))
-   [gax-java] Fix broken Bazel build ([#&#8203;1180](https://www.github.com/googleapis/gax-java/issues/1180)) ([834c05e](https://www.github.com/googleapis/gax-java/commit/834c05e1d35a17f90bf8cd1b2cdce40bea451c95))

##### [1.58.2](https://www.github.com/googleapis/gax-java/compare/v1.58.1...v1.58.2) (2020-08-07)

##### Bug Fixes

-   Settings objects should not try to read quotaProjectId from credentials ([#&#8203;1162](https://www.github.com/googleapis/gax-java/issues/1162)) ([1b09bcf](https://www.github.com/googleapis/gax-java/commit/1b09bcff1ddfaed8cfa58b92c787f8fc9b08abef))

##### [1.58.1](https://www.github.com/googleapis/gax-java/compare/v1.58.0...v1.58.1) (2020-08-06)

##### Bug Fixes

-   fix dependencies.properties resource file creation during deployment ([#&#8203;1163](https://www.github.com/googleapis/gax-java/issues/1163)) ([3e7e1f1](https://www.github.com/googleapis/gax-java/commit/3e7e1f1e64bdeb23a51b5155faea975beec0bc84))
-   Watchdog.shutdownNow() does not shutdown executor ([#&#8203;1158](https://www.github.com/googleapis/gax-java/issues/1158)) ([6241a21](https://www.github.com/googleapis/gax-java/commit/6241a2118690d07dd28ffb9447423363f3f914e4))

### [`v1.58.3`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1583-httpswwwgithubcomgoogleapisgax-javacomparev1582v1583-2020-09-15)

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

</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#github/googleapis/java-core).
  • Loading branch information
renovate-bot committed Oct 19, 2020
1 parent ed82cc1 commit dcb6a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -151,14 +151,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-core-parent</site.installationModule>
<gax.version>1.58.2</gax.version>
<gax.version>1.60.0</gax.version>
<google.api-common.version>1.10.0</google.api-common.version>
<google.common-protos.version>1.18.1</google.common-protos.version>
<google.iam.version>1.0.1</google.iam.version>
<google.auth.version>0.21.1</google.auth.version>
<google.auth.version>0.22.0</google.auth.version>
<google.api.version>1.30.11</google.api.version>
<google.http.version>1.37.0</google.http.version>
<grpc.version>1.32.1</grpc.version>
<grpc.version>1.32.2</grpc.version>
<protobuf.version>3.13.0</protobuf.version>
<opencensus.version>0.24.0</opencensus.version>
<annotations-api.version>1.3.2</annotations-api.version>
Expand Down

0 comments on commit dcb6a67

Please sign in to comment.