From 58b780fce2c9eda457792a3b5fb8a338f61cd751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:56:17 +0000 Subject: [PATCH] Bump org.zaproxy:zap-clientapi from 1.13.0 to 1.14.0 Bumps [org.zaproxy:zap-clientapi](https://github.com/zaproxy/zap-api-java) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/zaproxy/zap-api-java/releases) - [Changelog](https://github.com/zaproxy/zap-api-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: org.zaproxy:zap-clientapi 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 2b73d011..2bb8231d 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ dependencies { implementation 'org.json:json:20240303' implementation 'com.konghq:unirest-java:3.14.5' implementation 'net.lightbody.bmp:browsermob-core:2.1.5' - implementation 'org.zaproxy:zap-clientapi:1.13.0' + implementation 'org.zaproxy:zap-clientapi:1.14.0' implementation 'org.zaproxy:zap:2.15.0' implementation 'net.lingala.zip4j:zip4j:2.11.5' implementation 'io.qameta.allure:allure-gradle:2.8.1'