Skip to content

Commit 315c6ad

Browse files
authored
fix(deps): update dependency com.google.auth:google-auth-library-credentials to v1.6.0 (GoogleCloudPlatform#6902)
[![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.5.3` -> `1.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.6.0/compatibility-slim/1.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.6.0/confidence-slim/1.5.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-java</summary> ### [`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 ([#&GoogleCloudPlatform#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 ([#&GoogleCloudPlatform#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 ([#&GoogleCloudPlatform#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 ([#&GoogleCloudPlatform#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 ([#&GoogleCloudPlatform#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 ([#&GoogleCloudPlatform#8203;852](https://togithub.com/googleapis/google-auth-library-java/issues/852)) ([aa557c7](https://togithub.com/googleapis/google-auth-library-java/commit/aa557c7545941d712339b4b62a413997a54bcccc)) </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 27ecf23 commit 315c6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.3</version>
74+
<version>1.6.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.5.3</version>
70+
<version>1.6.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)