Skip to content

Commit 860b3c3

Browse files
authored
chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.11.0 (#996)
[![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.auth:google-auth-library-oauth2-http](https://togithub.com/googleapis/google-auth-library-java) | `1.10.0` -> `1.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-java</summary> ### [`v1.11.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;1110-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev1100v1110-2022-09-08) [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.10.0...v1.11.0) ##### Features - Adds configurable token lifetime support ([#&#8203;982](https://togithub.com/googleapis/google-auth-library-java/issues/982)) ([3be826d](https://togithub.com/googleapis/google-auth-library-java/commit/3be826db28a00b2427056807b1bf758250dc107d)) ##### Bug Fixes - Add retries to public key fetch ([#&#8203;983](https://togithub.com/googleapis/google-auth-library-java/issues/983)) ([b10b1c1](https://togithub.com/googleapis/google-auth-library-java/commit/b10b1c171fefbc12f27d352cb888ca0e3f5c196f)) - Add Test to validate 0x20 in token ([#&#8203;971](https://togithub.com/googleapis/google-auth-library-java/issues/971)) ([f59bbdc](https://togithub.com/googleapis/google-auth-library-java/commit/f59bbdc7c4388fc3664f762b8285d1edcc3199e9)) - Change revoke request from get to post ([#&#8203;979](https://togithub.com/googleapis/google-auth-library-java/issues/979)) ([4a75e7f](https://togithub.com/googleapis/google-auth-library-java/commit/4a75e7f278fc52f458ee23ca490491755518214e)) - Setting the retry count to default value and enabling ioexceptions to retry ([#&#8203;988](https://togithub.com/googleapis/google-auth-library-java/issues/988)) ([8662b30](https://togithub.com/googleapis/google-auth-library-java/commit/8662b30ddc36926202d75e90542c912021a42f9f)) - Updates IdTokenVerifier so that it does not cache a failed public key response ([#&#8203;967](https://togithub.com/googleapis/google-auth-library-java/issues/967)) ([df151b9](https://togithub.com/googleapis/google-auth-library-java/commit/df151b98241069b52110340c72de265ae930cae2)) </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-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
1 parent 003610c commit 860b3c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-auth-library-java/samples/snippets

google-auth-library-java/samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.auth</groupId>
4545
<artifactId>google-auth-library-oauth2-http</artifactId>
46-
<version>1.10.0</version>
46+
<version>1.11.0</version>
4747
</dependency>
4848

4949
<!-- IAM dependency-->

0 commit comments

Comments
 (0)