From 4ec6fb87f1c436a6c9f4358c0ee47b796987f075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:14:01 +0000 Subject: [PATCH] chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a801dc3..2878aa6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { kotlin("jvm") version kotlinVersion kotlin("plugin.serialization") version kotlinVersion - val detektVersion = "1.23.2" + val detektVersion = "1.23.3" id("io.gitlab.arturbosch.detekt") version detektVersion application }