Skip to content

Commit

Permalink
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
Browse files Browse the repository at this point in the history
…onfig to v1.5.8 (#1271)

[![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-shared-config](https://github.com/googleapis/java-shared-config) | `1.5.7` -> `1.5.8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-shared-config/1.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-shared-config/1.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-shared-config/1.5.7/1.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-shared-config/1.5.7/1.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)</summary>

### [`v1.5.8`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#158-2023-10-05)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.5.7...v1.5.8)

##### Dependencies

-   Update actions/checkout action to v4 ([#&#8203;653](https://github.com/googleapis/java-shared-config/issues/653)) ([cdf79f8](https://github.com/googleapis/java-shared-config/commit/cdf79f841657b234d3e6a0aaecd63444e637ff68))
-   Update auto-value-annotation.version to v1.10.4 ([#&#8203;669](https://github.com/googleapis/java-shared-config/issues/669)) ([4a11c28](https://github.com/googleapis/java-shared-config/commit/4a11c2861e4f22aa00f98254f69b072b2376b808))
-   Update dependency com.puppycrawl.tools:checkstyle to v10.12.2 ([#&#8203;644](https://github.com/googleapis/java-shared-config/issues/644)) ([763419a](https://github.com/googleapis/java-shared-config/commit/763419aefd7efb40b30641641198ca6491b380d2))
-   Update dependency com.puppycrawl.tools:checkstyle to v10.12.3 ([#&#8203;652](https://github.com/googleapis/java-shared-config/issues/652)) ([62f6be7](https://github.com/googleapis/java-shared-config/commit/62f6be71cc9939d2151a6ab3981603ea88ae50fb))
-   Update dependency org.opentest4j:opentest4j to v1.3.0 ([#&#8203;640](https://github.com/googleapis/java-shared-config/issues/640)) ([f3570a2](https://github.com/googleapis/java-shared-config/commit/f3570a227f82b8942d671b6b324ae4940cdd65c4))

##### Documentation

-   Update README.md with AutoValue ([#&#8203;676](https://github.com/googleapis/java-shared-config/issues/676)) ([78d4661](https://github.com/googleapis/java-shared-config/commit/78d4661e566574b395c8891561c1e0d9603bed33))

</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, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-storage-nio).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot committed Oct 12, 2023
1 parent ade173b commit e447c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Empty file added EnableAutoValue.txt
Empty file.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</parent>

<developers>
Expand Down Expand Up @@ -85,12 +85,6 @@
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20230926-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<scope>provided</scope> <!-- to leave out of the all-deps jar -->
<version>${auto-value-annotation.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit e447c4f

Please sign in to comment.