Skip to content

Commit 3898663

Browse files
authored
chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.2.0 (GoogleCloudPlatform#6112)
[![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.auth:google-auth-library-oauth2-http](https://togithub.com/googleapis/google-auth-library-java) | `1.1.0` -> `1.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.2.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.2.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.2.0/compatibility-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.2.0/confidence-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-java</summary> ### [`v1.2.0`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#&#8203;120-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev110v120-2021-09-30) [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.1.0...v1.2.0) ##### Features - add support for Workforce Pools ([#&GoogleCloudPlatform#8203;729](https://www.togithub.com/googleapis/google-auth-library-java/issues/729)) ([5f3fed7](https://www.github.com/googleapis/google-auth-library-java/commit/5f3fed79e22f3c2d585c5b03c01791b0f8109929)) ##### Bug Fixes - allow empty workforce_pool_user_project ([#&GoogleCloudPlatform#8203;752](https://www.togithub.com/googleapis/google-auth-library-java/issues/752)) ([e1cbce1](https://www.github.com/googleapis/google-auth-library-java/commit/e1cbce1a5cb269c6613bc6d40f06145bd45099c0)) - timing of stale token refreshes on ComputeEngine ([#&GoogleCloudPlatform#8203;749](https://www.togithub.com/googleapis/google-auth-library-java/issues/749)) ([c813d55](https://www.github.com/googleapis/google-auth-library-java/commit/c813d55a78053ecbec1a9640e6c9814da87319eb)) - workforce audience ([#&GoogleCloudPlatform#8203;741](https://www.togithub.com/googleapis/google-auth-library-java/issues/741)) ([a08cacc](https://www.github.com/googleapis/google-auth-library-java/commit/a08cacc7990b9058c8f1af3f9d8d816119562cc4)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, 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/GoogleCloudPlatform/java-docs-samples).
1 parent 91cb757 commit 3898663

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

appengine-java8/firebase-tictactoe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.auth</groupId>
5454
<artifactId>google-auth-library-oauth2-http</artifactId>
55-
<version>1.1.0</version>
55+
<version>1.2.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.code.gson</groupId>

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ limitations under the License.
6565
<dependency>
6666
<groupId>com.google.auth</groupId>
6767
<artifactId>google-auth-library-oauth2-http</artifactId>
68-
<version>1.1.0</version>
68+
<version>1.2.0</version>
6969
</dependency>
7070
<!-- END dependencies -->
7171
<dependency>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<dependency>
4141
<groupId>com.google.auth</groupId>
4242
<artifactId>google-auth-library-oauth2-http</artifactId>
43-
<version>1.1.0</version>
43+
<version>1.2.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.apis</groupId>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.auth</groupId>
3030
<artifactId>google-auth-library-oauth2-http</artifactId>
31-
<version>1.1.0</version>
31+
<version>1.2.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.auth0</groupId>

healthcare/v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.google.auth</groupId>
9292
<artifactId>google-auth-library-oauth2-http</artifactId>
93-
<version>1.1.0</version>
93+
<version>1.2.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.google.cloud</groupId>

iam/api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.auth</groupId>
4747
<artifactId>google-auth-library-oauth2-http</artifactId>
48-
<version>1.1.0</version>
48+
<version>1.2.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.google.http-client</groupId>

iap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.auth</groupId>
6060
<artifactId>google-auth-library-oauth2-http</artifactId>
61-
<version>1.1.0</version>
61+
<version>1.2.0</version>
6262
</dependency>
6363
<!-- [END dependencies] -->
6464

iot/api-client/end-to-end-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.auth</groupId>
7070
<artifactId>google-auth-library-oauth2-http</artifactId>
71-
<version>1.1.0</version>
71+
<version>1.2.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.guava</groupId>

iot/api-client/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.auth</groupId>
7979
<artifactId>google-auth-library-oauth2-http</artifactId>
80-
<version>1.1.0</version>
80+
<version>1.2.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.guava</groupId>

jobs/v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.auth</groupId>
3939
<artifactId>google-auth-library-oauth2-http</artifactId>
40-
<version>1.1.0</version>
40+
<version>1.2.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)