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-websecur…
Browse files Browse the repository at this point in the history
…ityscanner to v2.2.4 (#750)

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

---

### Release Notes

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

### [`v2.2.4`](https://togithub.com/googleapis/java-websecurityscanner/blob/HEAD/CHANGELOG.md#&#8203;224-httpsgithubcomgoogleapisjava-websecurityscannercomparev223v224-2022-09-15)

[Compare Source](https://togithub.com/googleapis/java-websecurityscanner/compare/v2.2.3...v2.2.4)

##### Documentation

-   Publish Scan Run logging proto for documentation ([#&#8203;739](https://togithub.com/googleapis/java-websecurityscanner/issues/739)) ([fe9f602](https://togithub.com/googleapis/java-websecurityscanner/commit/fe9f60296cdb7cf8fe921597f36892a72056ff00))

##### Dependencies

-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#&#8203;742](https://togithub.com/googleapis/java-websecurityscanner/issues/742)) ([799689f](https://togithub.com/googleapis/java-websecurityscanner/commit/799689fca1fd2d336b64a44ab469f678656e3c67))
-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#&#8203;746](https://togithub.com/googleapis/java-websecurityscanner/issues/746)) ([758d749](https://togithub.com/googleapis/java-websecurityscanner/commit/758d749e5ca6980d160e531b41af21ace21e2a77))
-   Update dependency joda-time:joda-time to v2.11.1 ([#&#8203;738](https://togithub.com/googleapis/java-websecurityscanner/issues/738)) ([493d770](https://togithub.com/googleapis/java-websecurityscanner/commit/493d770ebb615ba78bb7b412f9463b2513ccfb92))

</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-websecurityscanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
  • Loading branch information
renovate-bot authored Sep 20, 2022
1 parent 9f9ac1b commit 6860d79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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-websecurityscanner</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>

```
Expand Down
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-websecurityscanner</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
<!-- [END websecurityscanner_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-websecurityscanner</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6860d79

Please sign in to comment.