From a1e3693f18615939833f25e3597614396dbaf8f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:30:53 +0000 Subject: [PATCH] Update plugin com.github.breadmoirai.github-release to v2.5.2 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d998eec..1b3f34a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.8" - id "com.github.breadmoirai.github-release" version "2.4.1" + id "com.github.breadmoirai.github-release" version "2.5.2" } tasks.named("wrapper", Wrapper.class) {