Skip to content

Commit 570df0f

Browse files
authored
Update Gradle plugin-publish to 0.11.0
There is a security update for the `plugin-publish` Gradle Plugin: https://blog.gradle.org/plugin-portal-update after a vulnerability was discovered. This is mandatory as previous version of the plugin will stop working.
1 parent 414d986 commit 570df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
jacoco
1111
kotlin("jvm") version "1.3.70"
12-
id("com.gradle.plugin-publish") version "0.10.1"
12+
id("com.gradle.plugin-publish") version "0.11.0"
1313
id("io.gitlab.arturbosch.detekt") version "1.4.0"
1414
}
1515

0 commit comments

Comments
 (0)