From af08df0888bafdc86b53cc6281546bd287fa912c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:01:27 +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 {