Skip to content

Commit

Permalink
Bump org.zaproxy:zap-clientapi from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [org.zaproxy:zap-clientapi](https://github.com/zaproxy/zap-api-java) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/zaproxy/zap-api-java/releases)
- [Changelog](https://github.com/zaproxy/zap-api-java/blob/main/CHANGELOG.md)
- [Commits](zaproxy/zap-api-java@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: org.zaproxy:zap-clientapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 61793b6 commit a365eb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ext {
htmlunitVersion = "4.10.0"
awaitilityVersion = "4.2.0"
browsermobVersion = "2.1.5"
zapclientVersion = "1.11.0"
zapclientVersion = "1.12.0"
axelVersion = "4.7.0"
selenideVersion = "6.16.0"
datafakerVersion = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ext {
junitPlatformVersion = "1.9.3"
awaitilityVersion = "4.2.0"
browsermobVersion = "2.1.5"
zapclientVersion = "1.11.0"
zapclientVersion = "1.12.0"
axelVersion = "4.7.0"
selenideVersion = "6.16.0"
browserupProxyVersion = "2.1.2"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ext {
junitPlatformVersion = "1.9.3"
awaitilityVersion = "4.2.0"
browsermobVersion = "2.1.5"
zapclientVersion = "1.11.0"
zapclientVersion = "1.12.0"
axelVersion = "4.7.0"
selenideVersion = "6.16.0"
datafakerVersion = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ext {
htmlunitVersion = "4.10.0"
awaitilityVersion = "4.2.0"
browsermobVersion = "2.1.5"
zapclientVersion = "1.11.0"
zapclientVersion = "1.12.0"
axelVersion = "4.7.0"
selenideVersion = "6.16.0"
datafakerVersion = "2.0.1"
Expand Down

0 comments on commit a365eb7

Please sign in to comment.