From cd59961bb3b1d1da76223ae03a25bc8294058b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:29:23 +0000 Subject: [PATCH] Bump org.zaproxy:zap from 2.13.0 to 2.14.0 Bumps [org.zaproxy:zap](https://github.com/zaproxy/zaproxy) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/zaproxy/zaproxy/releases) - [Changelog](https://github.com/zaproxy/zaproxy/blob/main/docker/CHANGELOG.md) - [Commits](https://github.com/zaproxy/zaproxy/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: org.zaproxy:zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bf8f452..71582817 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ dependencies { implementation 'com.konghq:unirest-java:3.14.5' implementation 'net.lightbody.bmp:browsermob-core:2.1.5' implementation 'org.zaproxy:zap-clientapi:1.12.0' - implementation 'org.zaproxy:zap:2.13.0' + implementation 'org.zaproxy:zap:2.14.0' implementation 'net.lingala.zip4j:zip4j:2.11.5' implementation 'io.qameta.allure:allure-gradle:2.8.1' implementation "io.qameta.allure:allure-testng:${allureVersion}"