From 372549feedc8c79354ee48430a6bf54727d16a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:43:27 +0000 Subject: [PATCH] chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 422716fd..a3bb77a7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { String kotlinVersion = "1.8.22" id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false id 'com.avast.gradle.docker-compose' version "0.17.5" apply false - id 'io.gitlab.arturbosch.detekt' version "1.23.1" apply false + id 'io.gitlab.arturbosch.detekt' version "1.23.2" apply false id 'com.github.johnrengelman.shadow' version "8.1.1" apply false id 'com.diffplug.spotless' version '6.13.0' apply false }