Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-iamcrede…
Browse files Browse the repository at this point in the history
…ntials to v2.3.0 (#699)

[![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.cloud:google-cloud-iamcredentials](https://togithub.com/googleapis/java-iamcredentials) | `2.2.0` -> `2.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iamcredentials/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iamcredentials/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iamcredentials/2.3.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iamcredentials/2.3.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-iamcredentials</summary>

### [`v2.3.0`](https://togithub.com/googleapis/java-iamcredentials/blob/HEAD/CHANGELOG.md#&#8203;230-httpsgithubcomgoogleapisjava-iamcredentialscomparev220v230-2022-07-01)

[Compare Source](https://togithub.com/googleapis/java-iamcredentials/compare/v2.2.0...v2.3.0)

##### Features

-   Enable REST transport for most of Java and Go clients ([#&#8203;693](https://togithub.com/googleapis/java-iamcredentials/issues/693)) ([f490ca5](https://togithub.com/googleapis/java-iamcredentials/commit/f490ca5e018518133cff0631bae07887a6257e13))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#&#8203;692](https://togithub.com/googleapis/java-iamcredentials/issues/692)) ([3318567](https://togithub.com/googleapis/java-iamcredentials/commit/3318567a270d7652044a371d9883c3677967987a))

</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/java-iamcredentials).
  • Loading branch information
renovate-bot authored Jul 1, 2022
1 parent 2e01f20 commit 8a9d18e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions java-iamcredentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-iamcredentials'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-iamcredentials:2.2.0'
implementation 'com.google.cloud:google-cloud-iamcredentials:2.3.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.3.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion java-iamcredentials/samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<!-- [END iamcredentials_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-iamcredentials/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8a9d18e

Please sign in to comment.