From 51ce09f64c884fd85b18be2ebc7d7c4dbb784982 Mon Sep 17 00:00:00 2001 From: Johannes Vass Date: Mon, 25 Nov 2024 12:06:26 +0100 Subject: [PATCH] Upgrade detekt plugin (#199) The plugin maintainer has switched so we need to change the plugin URL as well Signed-off-by: Johannes Vass --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 70d00ae..0d84f08 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ license-plugin = { module = "io.cloudflight.license.gradle:license-gradle-plugin git-properties-plugin = { module = "com.gorylenko.gradle-git-properties:gradle-git-properties", version = "2.4.1" } spring-boot-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version = "3.1.5" } -shadow-plugin = { module = "com.github.johnrengelman:shadow", version = "8.1.1" } +shadow-plugin = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.5" } node-plugin = { module = "com.github.node-gradle:gradle-node-plugin", version = "7.0.1" } ci-info = { module = "io.cloudflight.ci.info:ci-info", version = "1.0.0" }