From 5959774899e4622dca8d8bc0d7b8d66ca4a61e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:23:24 +0200 Subject: [PATCH] build(deps): bump io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.6 (#528) Bumps io.gitlab.arturbosch.detekt from 1.23.1 to 1.23.6. --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 df6952ca6..65a0cbd1d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ autoService = "1.1.1" autoServiceKsp = "1.10" binaryCompatibilityValidator = "0.13.2" coroutines = "1.7.3" -detekt = "1.23.1" +detekt = "1.23.6" junit = "4.13.2" kctfork = "0.4.1" kotlin = "2.0.0-RC1"