From a2155bb5cc387b61493b8623792dca04fcae7e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 04:56:27 +0000 Subject: [PATCH] chore(deps): bump com.github.johnrengelman.shadow Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.0. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/crawlers/engineeringblogs.xyz/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/crawlers/engineeringblogs.xyz/build.gradle b/backend/crawlers/engineeringblogs.xyz/build.gradle index 91bf3bcb..d83824f0 100644 --- a/backend/crawlers/engineeringblogs.xyz/build.gradle +++ b/backend/crawlers/engineeringblogs.xyz/build.gradle @@ -24,7 +24,7 @@ plugins { id 'application' id "org.jetbrains.kotlin.jvm" - id "com.github.johnrengelman.shadow" version "7.1.2" + id "com.github.johnrengelman.shadow" version "8.1.0" id "com.google.cloud.tools.jib" version "3.3.1" }