Skip to content

Commit

Permalink
Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to…
Browse files Browse the repository at this point in the history
… v1.23.6 (#128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent ecd767f commit 9e64a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
// workaround https://github.com/gradle/gradle/issues/15383
implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
implementation(libs.diktat.gradle.plugin)
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
implementation(libs.kotlin.gradle.plugin)
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
Expand Down

0 comments on commit 9e64a51

Please sign in to comment.