From 0eeeef00cd0d26cdef2e7ed391465abd4a9fa43e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:13:22 +0000 Subject: [PATCH] chore(deps): update plugin com.github.breadmoirai.github-release to v2.5 Signed-off-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 42525b7..e03500b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens plugins { id "java" id "fabric-loom" version "0.12-SNAPSHOT" - id "com.github.breadmoirai.github-release" version "2.4.1" + id "com.github.breadmoirai.github-release" version "2.5" id "com.modrinth.minotaur" version "2.+" }