Skip to content

Commit

Permalink
chore(deps): update dependency com.google.oauth-client:google-oauth-c…
Browse files Browse the repository at this point in the history
…lient to v1.34.0 (#896)

[![Mend 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.oauth-client:google-oauth-client](https://togithub.com/googleapis/google-oauth-java-client) | `1.33.3` -> `1.34.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client/1.34.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client/1.34.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client/1.34.0/compatibility-slim/1.33.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client/1.34.0/confidence-slim/1.33.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-oauth-java-client</summary>

### [`v1.34.0`](https://togithub.com/googleapis/google-oauth-java-client/blob/HEAD/CHANGELOG.md#&#8203;1340-httpsgithubcomgoogleapisgoogle-oauth-java-clientcomparev1333v1340-2022-06-02)

[Compare Source](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.3...v1.34.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/google-oauth-java-client/issues/1440)) ([#&#8203;890](https://togithub.com/googleapis/google-oauth-java-client/issues/890)) ([373891e](https://togithub.com/googleapis/google-oauth-java-client/commit/373891e2dc9742fdf8954cc590b18caf4c8c44f7))
-   next release from main branch is 1.34.0 ([#&#8203;875](https://togithub.com/googleapis/google-oauth-java-client/issues/875)) ([187651e](https://togithub.com/googleapis/google-oauth-java-client/commit/187651eeb963c490c1a5595222548bbdba660c22))

##### Bug Fixes

-   fix IdTokenVerifier so it does not cache empty entries ([#&#8203;892](https://togithub.com/googleapis/google-oauth-java-client/issues/892)) ([773b388](https://togithub.com/googleapis/google-oauth-java-client/commit/773b38844cd6a0a72a360cc25692412e9b36b1e7))

##### [1.33.3](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.2...v1.33.3) (2022-04-13)

##### Bug Fixes

-   add signature verification to IdTokenVerifier ([#&#8203;861](https://togithub.com/googleapis/google-oauth-java-client/issues/861)) ([22419d6](https://togithub.com/googleapis/google-oauth-java-client/commit/22419d60579ef4c1a8a256a90e6ca7bc58f09aa1))

##### [1.33.2](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.1...v1.33.2) (2022-04-07)

##### Dependencies

-   update project.http.version to v1.41.5 ([e945b8d](https://togithub.com/googleapis/google-oauth-java-client/commit/e945b8d7233038f417f40771508d171f6f0cbaf5))

##### [1.33.1](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.0...v1.33.1) (2022-02-08)

##### Dependencies

-   **java:** update actions/github-script action to v5 ([#&#8203;1339](https://togithub.com/googleapis/google-oauth-java-client/issues/1339)) ([#&#8203;822](https://togithub.com/googleapis/google-oauth-java-client/issues/822)) ([1f15374](https://togithub.com/googleapis/google-oauth-java-client/commit/1f15374fe935bf46e9cda59270694f682ba5f75b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-oauth-java-client).
  • Loading branch information
renovate-bot committed Jun 6, 2022
1 parent 26876c8 commit 8309e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.33.3</version>
<version>1.34.0</version>
</dependency>
<!-- [END google-oauth-client_install_with_bom] -->

Expand Down

0 comments on commit 8309e4f

Please sign in to comment.