From cd2c707e674c27f515c6b563f5f824a18317f890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:32:11 +0000 Subject: [PATCH] Update dependency org.gradle.kotlin:gradle-kotlin-dsl-plugins to v4.0.10 --- .../gradle/libs-plugin-convention.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..f73e64848 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 @@ -5,7 +5,7 @@ test-jUnit5 = "5.9.2" test-mockk = "1.13.4" test-jacoco = "0.8.8" test-gradleTestUtil = "0.2.0" -plugin-kotlin-gradleDsl = "4.0.6" +plugin-kotlin-gradleDsl = "4.0.10" plugin-kotlin-binaryCompatibility = "0.13.0" plugin-mavenPublish = "0.24.0" plugin-versionCatalogAccessor = "0.2.0"