From 7df0d030f3f1b9afe18ca27b1065f82c36e9b7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 05:26:49 +0000 Subject: [PATCH] Bump zt-exec from 1.10 to 1.12 in /core Bumps [zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.10 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/commits) Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index e233ef7b159..a9422f04d17 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -196,7 +196,7 @@ dependencies { shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2' - shaded 'org.zeroturnaround:zt-exec:1.10', { + shaded 'org.zeroturnaround:zt-exec:1.12', { exclude(group: 'org.slf4j') }