From 538252782a9e50e14a6b15a2100b8d728a65eff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:29:57 +0000 Subject: [PATCH] chore(deps): update plugin com.github.dkorotych.gradle-maven-exec to v3.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..232de7f 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("3.0.1") } repositories {