Skip to content

Commit 1e37d92

Browse files
Bump io.gitlab.arturbosch.detekt from 1.21.0 to 1.22.0
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfff486 commit 1e37d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1111
// we can not switch to 3.x.x because we want to keep it compatible with JVM 8
1212
id("net.nemerosa.versioning") version "2.15.1"
13-
id("io.gitlab.arturbosch.detekt") version "1.21.0"
13+
id("io.gitlab.arturbosch.detekt") version "1.22.0"
1414
}
1515

1616
group = "dev.forst"

0 commit comments

Comments
 (0)