Skip to content

Commit 069f598

Browse files
authored
chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.3.0 (GoogleCloudPlatform#6383)
[![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.2.2` -> `1.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.3.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.3.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.3.0/compatibility-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.3.0/confidence-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-java</summary> ### [`v1.3.0`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#&#8203;130-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev122v130-2021-11-10) [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.2.2...v1.3.0) ##### Features - next release from main branch is 1.3.0 ([#&GoogleCloudPlatform#8203;780](https://www.togithub.com/googleapis/google-auth-library-java/issues/780)) ([1149581](https://www.github.com/googleapis/google-auth-library-java/commit/1149581e63267e3553c74ba2114d849c5b24f27b)) ##### Bug Fixes - **java:** java 17 dependency arguments ([#&GoogleCloudPlatform#8203;1266](https://www.togithub.com/googleapis/google-auth-library-java/issues/1266)) ([#&GoogleCloudPlatform#8203;779](https://www.togithub.com/googleapis/google-auth-library-java/issues/779)) ([9160a53](https://www.github.com/googleapis/google-auth-library-java/commit/9160a53e6507c1c938795e181c65ad80db1bcf11)) - service account impersonation with workforce credentials ([#&GoogleCloudPlatform#8203;770](https://www.togithub.com/googleapis/google-auth-library-java/issues/770)) ([6449ef0](https://www.github.com/googleapis/google-auth-library-java/commit/6449ef0922053121a6732933ab9e246965fde3b7)) ##### [1.2.2](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.1...v1.2.2) (2021-10-20) ##### Bug Fixes - environment variable is "AWS_SESSION_TOKEN" and not "Token" ([#&GoogleCloudPlatform#8203;772](https://www.togithub.com/googleapis/google-auth-library-java/issues/772)) ([c8c3073](https://www.github.com/googleapis/google-auth-library-java/commit/c8c3073790ca2f660eabd2c410b0e295f693040b)) ##### [1.2.1](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.0...v1.2.1) (2021-10-11) ##### Bug Fixes - disabling self-signed jwt for domain wide delegation ([#&GoogleCloudPlatform#8203;754](https://www.togithub.com/googleapis/google-auth-library-java/issues/754)) ([ac70a27](https://www.github.com/googleapis/google-auth-library-java/commit/ac70a279bdaf681507d7815264a3f5e92fd2aaa6)) </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, click this checkbox. --- 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 4c44a75 commit 069f598

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

appengine-java8/firebase-tictactoe/pom.xml

+1-1
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.2.2</version>
55+
<version>1.3.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.code.gson</groupId>

auth/pom.xml

+1-1
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.2.2</version>
68+
<version>1.3.0</version>
6969
</dependency>
7070
<!-- END dependencies -->
7171
<dependency>

compute/cmdline/pom.xml

+1-1
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.2.2</version>
43+
<version>1.3.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.apis</groupId>

endpoints/getting-started/clients/pom.xml

+1-1
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.2.2</version>
31+
<version>1.3.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.auth0</groupId>

healthcare/v1/pom.xml

+1-1
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.2.2</version>
93+
<version>1.3.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.google.cloud</groupId>

iam/api-client/pom.xml

+1-1
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.2.2</version>
48+
<version>1.3.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.google.http-client</groupId>

iap/pom.xml

+1-1
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.2.2</version>
61+
<version>1.3.0</version>
6262
</dependency>
6363
<!-- [END dependencies] -->
6464

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

+1-1
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.2.2</version>
71+
<version>1.3.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.guava</groupId>

iot/api-client/manager/pom.xml

+1-1
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.2.2</version>
80+
<version>1.3.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.guava</groupId>

jobs/v3/pom.xml

+1-1
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.2.2</version>
40+
<version>1.3.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.http-client</groupId>

mlengine/online-prediction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>com.google.auth</groupId>
6868
<artifactId>google-auth-library-oauth2-http</artifactId>
69-
<version>1.2.2</version>
69+
<version>1.3.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.apis</groupId>

monitoring/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.auth</groupId>
7878
<artifactId>google-auth-library-oauth2-http</artifactId>
79-
<version>1.2.2</version>
79+
<version>1.3.0</version>
8080
</dependency>
8181

8282
<!-- Test dependencies -->

monitoring/v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.auth</groupId>
7474
<artifactId>google-auth-library-oauth2-http</artifactId>
75-
<version>1.2.2</version>
75+
<version>1.3.0</version>
7676
</dependency>
7777

7878
<!-- Test dependencies -->

run/authentication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ limitations under the License.
3737
<dependency>
3838
<groupId>com.google.auth</groupId>
3939
<artifactId>google-auth-library-oauth2-http</artifactId>
40-
<version>1.2.2</version>
40+
<version>1.3.0</version>
4141
</dependency>
4242

4343
<dependency>

run/markdown-preview/editor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.auth</groupId>
6161
<artifactId>google-auth-library-oauth2-http</artifactId>
62-
<version>1.2.2</version>
62+
<version>1.3.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>junit</groupId>

storage-transfer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.auth</groupId>
6161
<artifactId>google-auth-library-oauth2-http</artifactId>
62-
<version>1.2.2</version>
62+
<version>1.3.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.guava</groupId>

storage/xml-api/cmdline-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.auth</groupId>
8383
<artifactId>google-auth-library-oauth2-http</artifactId>
84-
<version>1.2.2</version>
84+
<version>1.3.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.google.http-client</groupId>

trace/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.auth</groupId>
7777
<artifactId>google-auth-library-oauth2-http</artifactId>
78-
<version>1.2.2</version>
78+
<version>1.3.0</version>
7979
</dependency>
8080
<!-- [END trace_setup_java_maven] -->
8181

vision/face-detection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.auth</groupId>
4848
<artifactId>google-auth-library-oauth2-http</artifactId>
49-
<version>1.2.2</version>
49+
<version>1.3.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)