From 53fe1ab97002c27c6dc6d2f31da6f44ff1463efd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:44:49 +0000 Subject: [PATCH] chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.5 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 422716fd..a73f0d6f 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.5" apply false id 'com.github.johnrengelman.shadow' version "8.1.1" apply false id 'com.diffplug.spotless' version '6.13.0' apply false }