Skip to content

Commit 95baf3e

Browse files
fix: bump detekt-gradle-plugin from 1.21.0 to 1.22.0
Bumps [detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/commits) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9659d8 commit 95baf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
1919
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
2020
implementation("org.gradle:test-retry-gradle-plugin:1.4.1")
21-
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0")
21+
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
2222
}
2323

2424
tasks {

0 commit comments

Comments
 (0)