From 5b4e5db37875239b2ce3893aa5c9d6788c0f11ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:14:12 +0000 Subject: [PATCH] build(deps): bump org.zeroturnaround:zt-exec from 1.12 to 1.13.0 Bumps [org.zeroturnaround:zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.12 to 1.13.0. - [Release notes](https://github.com/zeroturnaround/zt-exec/releases) - [Changelog](https://github.com/zeroturnaround/zt-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/zeroturnaround/zt-exec/compare/zt-exec-1.12...v1.13.0) --- updated-dependencies: - dependency-name: org.zeroturnaround:zt-exec dependency-version: 1.13.0 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 2f5de64a447..70c889d23cb 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ def libraries = [ tinybundles : 'org.ops4j.pax.tinybundles:tinybundles:4.0.1', urlrewrite : 'org.tuckey:urlrewritefilter:3.2.0', xmlUnit : 'org.xmlunit:xmlunit-assertj:2.12.0', - ztExec : 'org.zeroturnaround:zt-exec:1.12', + ztExec : 'org.zeroturnaround:zt-exec:1.13.0', ] // Export versions that are needed outside of this file (and elsewhere within)