From f3b90573d4fc828eb8c0ce012006370dbd7623f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:27:00 +0000 Subject: [PATCH] chore(deps): update plugin com.github.dkorotych.gradle-maven-exec to v4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..4b78733 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("groovy") id("com.github.rahulsom.waena.root").version("0.6.1") id("com.github.rahulsom.waena.published").version("0.6.1") - id("com.github.dkorotych.gradle-maven-exec").version("3.0") + id("com.github.dkorotych.gradle-maven-exec").version("4.0.0") } repositories {