From c6f8c4154f3adc0c82a022eed7c30b998c98d72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:57:05 +0000 Subject: [PATCH] build(deps): bump com.github.johnrengelman.shadow Bumps com.github.johnrengelman.shadow from Version.shadow to 8.1.0. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 55a547f..6127234 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `maven-publish` id("com.jfrog.bintray") version Version.bintray id("io.freefair.lombok") version Version.freefairPlugin - id("com.github.johnrengelman.shadow") version Version.shadow + id("com.github.johnrengelman.shadow") version 8.1.0 } allprojects {