From 158a9bed6cb7cbe8a8e4cd7e1019544d473195ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 07:16:36 +0530 Subject: [PATCH] chore(deps): update detekt to v1.23.2 (#308) Co-authored-by: renovate[bot] <29139614+renovate[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 a2fc4c22..b8d0c663 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ androidxTestCore = "1.5.0" androidxTestJunit = "1.1.5" androidxTestRunner = "1.5.2" benchmarkMacroJunit4 = "1.2.0" -detekt = "1.23.1" +detekt = "1.23.2" espressoCore = "3.5.1" hilt = "2.48.1" hiltCompiler = "1.0.0"