Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-debugger…
Browse files Browse the repository at this point in the history
…-client to v1.1.10 (#174)

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

---

### Release Notes

<details>
<summary>googleapis/java-debugger-client</summary>

### [`v1.1.10`](https://togithub.com/googleapis/java-debugger-client/blob/HEAD/CHANGELOG.md#&#8203;1110-httpsgithubcomgoogleapisjava-debugger-clientcomparev119v1110-2022-03-29)

[Compare Source](https://togithub.com/googleapis/java-debugger-client/compare/v1.1.9...v1.1.10)

### [`v1.1.9`](https://togithub.com/googleapis/java-debugger-client/blob/HEAD/CHANGELOG.md#&#8203;119-httpsgithubcomgoogleapisjava-debugger-clientcomparev118v119-2022-03-22)

[Compare Source](https://togithub.com/googleapis/java-debugger-client/compare/v1.1.8...v1.1.9)

</details>

---

### Configuration

📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-debugger-client).
  • Loading branch information
renovate-bot authored Apr 7, 2022
1 parent a547397 commit 8a67613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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-debugger-client</artifactId>
<version>1.1.8</version>
<version>1.1.10</version>
</dependency>
<!-- [END debugger-client_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion 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-debugger-client</artifactId>
<version>1.1.8</version>
<version>1.1.10</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/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-debugger-client</artifactId>
<version>1.1.8</version>
<version>1.1.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8a67613

Please sign in to comment.