From 6c5f08359cf6c48ab7430fbcb88a41b9dfd3fc96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:45:22 +0000 Subject: [PATCH] chore(deps): update plugin com.github.johnrengelman.shadow to v8 --- groovy-ssh/cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groovy-ssh/cli/build.gradle b/groovy-ssh/cli/build.gradle index d15422e1..93b729bc 100644 --- a/groovy-ssh/cli/build.gradle +++ b/groovy-ssh/cli/build.gradle @@ -1,6 +1,6 @@ plugins { id 'groovy' - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '8.1.1' } repositories {