Skip to content

Commit 794ab1f

Browse files
authored
chore(deps): update dependency com.google.auth:google-auth-library-credentials to v1.3.0 (GoogleCloudPlatform#6382)
[![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-credentials](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-credentials/1.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/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-credentials/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 b021672 commit 794ab1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

monitoring/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.auth</groupId>
7373
<artifactId>google-auth-library-credentials</artifactId>
74-
<version>1.2.2</version>
74+
<version>1.3.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.auth</groupId>

monitoring/v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.google.auth</groupId>
6969
<artifactId>google-auth-library-credentials</artifactId>
70-
<version>1.2.2</version>
70+
<version>1.3.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)