Skip to content

Commit 9553f96

Browse files
dependabot: bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#1381)
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.7 to 1.23.8. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.23.7...v1.23.8) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 727b345 commit 9553f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ buildscript {
7979
classpath "org.opensearch.gradle:build-tools:${opensearch_version}"
8080
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
8181
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
82-
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
82+
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
8383
classpath "org.jacoco:org.jacoco.agent:0.8.12"
8484
}
8585
}

0 commit comments

Comments
 (0)