diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 262988e734..38afa8c414 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidPlugin = "8.2.2" lint = "31.2.2" # android plugin, lint and sdk-common need to be updated together androidSdkCommon = "31.2.2" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. -detekt = "1.23.4" +detekt = "1.23.5" lifecycle = "2.7.0" threeTenAbp = "1.4.5" androidXJunit = "1.1.5"