From d78161ad73cbe87ffd3276a2d8b58afec5d735cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 05:21:38 +0000 Subject: [PATCH] Bump zt-exec from 1.11 to 1.12 Bumps [zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.11 to 1.12. - [Release notes](https://github.com/zeroturnaround/zt-exec/releases) - [Changelog](https://github.com/zeroturnaround/zt-exec/blob/master/Changelog.txt) - [Commits](https://github.com/zeroturnaround/zt-exec/compare/zt-exec-1.11...zt-exec-1.12) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index b0911120e..c8bd9b1bb 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation "org.slf4j:jcl-over-slf4j:${slf4jVersion}" implementation "org.slf4j:slf4j-api:${slf4jVersion}" implementation "com.squareup.okhttp3:okhttp:4.5.0" - implementation 'org.zeroturnaround:zt-exec:1.11' + implementation 'org.zeroturnaround:zt-exec:1.12' testImplementation 'junit:junit:4.13' testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'