Skip to content

Commit 781b955

Browse files
committed
update dependency. Fix false positive
1 parent b916c16 commit 781b955

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle-plugin-integration-test-utils/src/main/kotlin/build/extensions/oss/gradle/pluginutils/test/integration/junit/GradleVersionsExtension.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ internal class GradleVersionsExtension : BeforeAllCallback, BeforeEachCallback,
7171
}
7272
}
7373

74-
75-
// suppress false positive
76-
@Suppress("UnusedPrivateMember")
7774
private fun GradleVersions.parseVersions(): List<String> =
7875
value.asSequence()
7976
.flatMap { parseVersions(it) }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ com-vanniktech-maven-publish-gradle-plugin = { module = "com.vanniktech.maven.pu
3030
# https://github.com/detekt/detekt
3131
# It must be compatible with Kotlin version, therefore it must be also compatible with Gradle (we use the version of the embedded Kotlin)
3232
# See https://detekt.dev/docs/introduction/compatibility/
33-
io-gitlab-arturbosch-detekt-detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version = "1.23.6" }
33+
io-gitlab-arturbosch-detekt-detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version = "1.23.8" }
3434

3535
org-jetbrains-kotlinx-binary-compatibility-validator-gradle-plugin = { module = "org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin", version = "0.16.1" }
3636

0 commit comments

Comments
 (0)