Skip to content

Commit 0da2df1

Browse files
Merge pull request #1940 from embrace-io/detekt-update
Update detekt
2 parents e210924 + ce9139f commit 0da2df1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Some dependencies are pinned to old versions because of an unpatched AGP issue in 7.x: https://issuetracker.google.com/issues/377760847
44
binaryCompatibilityValidator = "0.17.0"
5-
detektGradlePlugin = "1.23.7"
65
agp = "8.8.1"
76
junit = "4.13.2"
87
kotlinExposed = "1.8.22"
@@ -32,15 +31,15 @@ appcompat = "1.7.0"
3231
asmUtil = "9.7"
3332
gradleTestKit = "8.11.1"
3433
zstdJni = "1.5.7-1"
35-
detekt = "1.23.7"
34+
detekt = "1.23.8"
3635
buildconfig = "5.5.1"
3736
agp-api = "7.4.2"
3837
apktoolLib = "2.11.0"
3938
bundletool = "1.18.0"
4039

4140
[libraries]
4241
binary-compatibility-validator = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "binaryCompatibilityValidator" }
43-
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detektGradlePlugin" }
42+
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
4443
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
4544
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlinGradlePlugin" }
4645
lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
@@ -74,7 +73,7 @@ androidx-test-runner = { module = "androidx.test:runner", version.ref = "android
7473
androidx-test-orchestrator = { module = "androidx.test:orchestrator", version.ref = "androidxOrchestrator" }
7574
mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "mockwebserver" }
7675
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinExposed" }
77-
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektGradlePlugin" }
76+
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
7877
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
7978
asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asmUtil" }
8079
gradle-test-kit = { module = "dev.gradleplugins:gradle-test-kit", version.ref = "gradleTestKit" }

0 commit comments

Comments
 (0)