diff --git a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml index 370f01444..7dad4d0b0 100644 --- a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml +++ b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml @@ -2,7 +2,7 @@ gradle = "8.0" kotlin = "1.8.10" test-jUnit5 = "5.9.2" -test-mockk = "1.13.4" +test-mockk = "1.13.5" test-jacoco = "0.8.8" test-gradleTestUtil = "0.2.0" plugin-kotlin-gradleDsl = "4.0.6" diff --git a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml index c46bb7deb..192ccc357 100644 --- a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml +++ b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml @@ -2,7 +2,7 @@ gradle = "8.0" kotlin = "1.8.10" test-jUnit5 = "5.9.2" -test-mockk = "1.13.4" +test-mockk = "1.13.5" plugin-kotlin-binaryCompatibility = "0.13.0" plugin-mavenPublish = "0.24.0"