Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 57d2894

Browse files
Bump io.gitlab.arturbosch.detekt from 1.20.0 to 1.23.8
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.20.0 to 1.23.8. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.20.0...v1.23.8) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-version: 1.23.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38c58e2 commit 57d2894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1414
id("org.jetbrains.changelog") version "1.3.1"
1515
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
16-
id("io.gitlab.arturbosch.detekt") version "1.20.0"
16+
id("io.gitlab.arturbosch.detekt") version "1.23.8"
1717
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
1818
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
1919

0 commit comments

Comments
 (0)