From e4fd8dfd6719706598a048779e8f40b239a112d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:00:08 +0000 Subject: [PATCH] chore(deps): update plugin com.github.rahulsom.waena.published to v0.7.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..93e8a9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("java-library") 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.rahulsom.waena.published").version("0.7.2") id("com.github.dkorotych.gradle-maven-exec").version("3.0") }