Skip to content

Commit 0b26748

Browse files
authored
Merge pull request #96 from sourceplusplus/dependabot/gradle/io.gitlab.arturbosch.detekt-1.21.0
Bump io.gitlab.arturbosch.detekt from 1.20.0 to 1.21.0
2 parents 978a422 + d47d834 commit 0b26748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
String kotlinVersion = "1.6.10"
44
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
55
id 'com.avast.gradle.docker-compose' version "0.16.8" apply false
6-
id 'io.gitlab.arturbosch.detekt' version "1.20.0" apply false
6+
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
77
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
88
id 'com.diffplug.spotless' version '6.8.0' apply false
99
}

0 commit comments

Comments
 (0)