diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3bf7549..a761232 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jun junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } plugin-android = "com.android.tools.build:gradle:8.1.1" -plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20" +plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21" [bundles] junit = ['junit-api', 'junit-params']