Skip to content

fix: missing space#964

Merged
chingor13 merged 1 commit intomasterfrom
elharo-patch-1
Jan 31, 2020
Merged

fix: missing space#964
chingor13 merged 1 commit intomasterfrom
elharo-patch-1

Conversation

@elharo
Copy link
Contributor

@elharo elharo commented Jan 31, 2020

@elharo elharo requested review from a team and kolea2 January 31, 2020 17:44
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 31, 2020
@chingor13 chingor13 merged commit e42e991 into master Jan 31, 2020
@chingor13 chingor13 deleted the elharo-patch-1 branch January 31, 2020 18:10
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this pull request Aug 11, 2022
…uth2-http to v1.9.0 (googleapis#964)

[![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.3.0` -> `1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.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.9.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.9.0/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.0/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.9.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;190-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev181v190-2022-08-02)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.8.1...v1.9.0)

##### Features

-   integration tests for pluggable auth ([#&#8203;939](https://togithub.com/googleapis/google-auth-library-java/issues/939)) ([22f37aa](https://togithub.com/googleapis/google-auth-library-java/commit/22f37aa687b7ffb4209a131860ccdd02f6fc4d42))

##### Bug Fixes

-   expiration time of the ImpersonatedCredentials token depending on the current host's timezone ([#&#8203;932](https://togithub.com/googleapis/google-auth-library-java/issues/932)) ([73af08a](https://togithub.com/googleapis/google-auth-library-java/commit/73af08a1c5f14e18936e9dbd3d1ba29c2675961d))

##### Documentation

-   update wif documentation with enable-imdsv2 flag ([#&#8203;940](https://togithub.com/googleapis/google-auth-library-java/issues/940)) ([acc1ce3](https://togithub.com/googleapis/google-auth-library-java/commit/acc1ce3603435f1c0cf23b8606af71b05e566f2f))

### [`v1.8.1`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;181-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev180v181-2022-07-13)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.8.0...v1.8.1)

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/google-auth-library-java/issues/1485)) ([#&#8203;943](https://togithub.com/googleapis/google-auth-library-java/issues/943)) ([c21ec6c](https://togithub.com/googleapis/google-auth-library-java/commit/c21ec6c952b8bb8fb8bc2e2f1b260beb330a3cd2))

### [`v1.8.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;180-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev170v180-2022-06-27)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.7.0...v1.8.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/google-auth-library-java/issues/1440)) ([#&#8203;923](https://togithub.com/googleapis/google-auth-library-java/issues/923)) ([bbb51ce](https://togithub.com/googleapis/google-auth-library-java/commit/bbb51ce7a9265cb991739cd90e1ccf65675d05dc))
-   Adds Pluggable Auth support (WIF) ([#&#8203;908](https://togithub.com/googleapis/google-auth-library-java/issues/908)) ([c3e8d16](https://togithub.com/googleapis/google-auth-library-java/commit/c3e8d169704943735c6b3df7bd0187f04fdd9aa5))

##### Documentation

-   updates README for Pluggable Auth  ([#&#8203;921](https://togithub.com/googleapis/google-auth-library-java/issues/921)) ([23716b8](https://togithub.com/googleapis/google-auth-library-java/commit/23716b82fb3000f5210bb5604127aad7ef52cb76))

### [`v1.7.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;170-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev160v170-2022-05-12)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.6.0...v1.7.0)

##### Features

-   Add ability to provide PrivateKey as Pkcs8 encoded string [#&#8203;883](https://togithub.com/googleapis/google-auth-library-java/issues/883) ([#&#8203;889](https://togithub.com/googleapis/google-auth-library-java/issues/889)) ([e0d6996](https://togithub.com/googleapis/google-auth-library-java/commit/e0d6996ac0db1bf75d92e5aba3eaab512affafe4))
-   Add iam endpoint override to ImpersonatedCredentials ([#&#8203;910](https://togithub.com/googleapis/google-auth-library-java/issues/910)) ([97bfc4c](https://togithub.com/googleapis/google-auth-library-java/commit/97bfc4c8ceb199e775784ac3ed4fa992d4d2dcbf))

##### Bug Fixes

-   update branding in ExternalAccountCredentials ([#&#8203;893](https://togithub.com/googleapis/google-auth-library-java/issues/893)) ([0200dbb](https://togithub.com/googleapis/google-auth-library-java/commit/0200dbb05cff06a333879cf99bac64adaada3239))

### [`v1.6.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;160-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev153v160-2022-03-15)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.5.3...v1.6.0)

##### Features

-   Add AWS Session Token to Metadata Requests ([#&#8203;850](https://togithub.com/googleapis/google-auth-library-java/issues/850)) ([577e9a5](https://togithub.com/googleapis/google-auth-library-java/commit/577e9a52204b0d6026a302bb7efe2c6162d57945))

##### Bug Fixes

-   ImmutableSet converted to List for Impersonated Credentials ([#&#8203;732](https://togithub.com/googleapis/google-auth-library-java/issues/732)) ([7dcd549](https://togithub.com/googleapis/google-auth-library-java/commit/7dcd549c4ef0617e657315b7a718368fbd162997))
-   update library docs ([#&#8203;868](https://togithub.com/googleapis/google-auth-library-java/issues/868)) ([a081015](https://togithub.com/googleapis/google-auth-library-java/commit/a081015cb72ade91c022b58261c8d253e46a7793))

##### [1.5.3](https://togithub.com/googleapis/google-auth-library-java/compare/v1.5.2...v1.5.3) (2022-02-24)

##### Bug Fixes

-   **ci:** downgrade nexus-staging-maven-plugin to 1.6.8 ([#&#8203;874](https://togithub.com/googleapis/google-auth-library-java/issues/874)) ([fc331d4](https://togithub.com/googleapis/google-auth-library-java/commit/fc331d466286d99cb3c6aa8977d34fd5f224eff7))

##### [1.5.2](https://togithub.com/googleapis/google-auth-library-java/compare/v1.5.1...v1.5.2) (2022-02-24)

##### Bug Fixes

-   downgrading nexus staging plugin 1.6.8 ([#&#8203;871](https://togithub.com/googleapis/google-auth-library-java/issues/871)) ([e87224c](https://togithub.com/googleapis/google-auth-library-java/commit/e87224cca10d5d24523a5c3ac1e829fd51089f0c))

##### [1.5.1](https://togithub.com/googleapis/google-auth-library-java/compare/v1.5.0...v1.5.1) (2022-02-22)

##### Bug Fixes

-   **deps:** update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.2 ([#&#8203;852](https://togithub.com/googleapis/google-auth-library-java/issues/852)) ([aa557c7](https://togithub.com/googleapis/google-auth-library-java/commit/aa557c7545941d712339b4b62a413997a54bcccc))

### [`v1.5.3`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;153-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev152v153-2022-02-24)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.4.0...v1.5.3)

### [`v1.4.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;140-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev130v140-2022-01-19)

[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.3.0...v1.4.0)

##### Features

-   setting the audience to always point to google token endpoint ([#&#8203;833](https://togithub.com/googleapis/google-auth-library-java/issues/833)) ([33bfe7a](https://togithub.com/googleapis/google-auth-library-java/commit/33bfe7a788a524324cd9b0a54acc8917f6b75556))

##### Bug Fixes

-   (WIF) remove erroneous check for the subject token field name for text credential source ([#&#8203;822](https://togithub.com/googleapis/google-auth-library-java/issues/822)) ([6d35c68](https://togithub.com/googleapis/google-auth-library-java/commit/6d35c681cf397ff2a90363184e26ee5850294c41))
-   **java:** add -ntp flag to native image testing command ([#&#8203;1299](https://togithub.com/googleapis/google-auth-library-java/issues/1299)) ([#&#8203;807](https://togithub.com/googleapis/google-auth-library-java/issues/807)) ([aa6654a](https://togithub.com/googleapis/google-auth-library-java/commit/aa6654a639ea15bcce7c7a6e86f170b1345895f0))
-   **java:** run Maven in plain console-friendly mode ([#&#8203;1301](https://togithub.com/googleapis/google-auth-library-java/issues/1301)) ([#&#8203;818](https://togithub.com/googleapis/google-auth-library-java/issues/818)) ([4df45d0](https://togithub.com/googleapis/google-auth-library-java/commit/4df45d0d03a973f1beff43d8965c26289f217f22))

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants