diff --git a/build.gradle.kts b/build.gradle.kts index 0ffc5100a30..ed344520f54 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ buildscript { classpath("com.gradle.publish:plugin-publish-plugin:0.9.7") classpath(kotlin("gradle-plugin", bootstrapKotlinVersion)) - classpath("net.sf.proguard:proguard-gradle:5.3.3") + classpath("net.sf.proguard:proguard-gradle:6.0.3") classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.17") } }