Skip to content

Commit b603e3c

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-websecurityscanner to v2.2.4 (googleapis#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 ([#&googleapis#8203;739](https://togithub.com/googleapis/java-websecurityscanner/issues/739)) ([fed4d7e](https://togithub.com/googleapis/java-websecurityscanner/commit/fed4d7e556b5a1de9cfcc600bb5278a3855c3823)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#&googleapis#8203;742](https://togithub.com/googleapis/java-websecurityscanner/issues/742)) ([b797521](https://togithub.com/googleapis/java-websecurityscanner/commit/b797521b586c015db38cec97a02e4b1a882758f0)) - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#&googleapis#8203;746](https://togithub.com/googleapis/java-websecurityscanner/issues/746)) ([0c1a751](https://togithub.com/googleapis/java-websecurityscanner/commit/0c1a751c779831b5180dc91a9b74bd5df1aa13c3)) - Update dependency joda-time:joda-time to v2.11.1 ([#&googleapis#8203;738](https://togithub.com/googleapis/java-websecurityscanner/issues/738)) ([367d773](https://togithub.com/googleapis/java-websecurityscanner/commit/367d7734fc7187034c48fe2d93db27c07cb6a302)) </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=-->
1 parent 1c0246e commit b603e3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java-websecurityscanner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-websecurityscanner</artifactId>
44-
<version>2.2.3</version>
44+
<version>2.2.4</version>
4545
</dependency>
4646

4747
```

java-websecurityscanner/samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-websecurityscanner</artifactId>
32-
<version>2.2.3</version>
32+
<version>2.2.4</version>
3333
</dependency>
3434
<!-- [END websecurityscanner_install_without_bom] -->
3535

java-websecurityscanner/samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-websecurityscanner</artifactId>
31-
<version>2.2.3</version>
31+
<version>2.2.4</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)