From af865fbaa095ba7de3881e26432772124546555b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:54:07 +0000 Subject: [PATCH] Bump com.github.breadmoirai.github-release from 2.2.12 to 2.5.2 Bumps com.github.breadmoirai.github-release from 2.2.12 to 2.5.2. --- updated-dependencies: - dependency-name: com.github.breadmoirai.github-release dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 174b033b2..84e217407 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { id("org.liquibase.gradle") version "3.1.0" apply false id("org.jmailen.kotlinter") version "5.4.2" apply false id("com.gradleup.shadow") version "9.3.1" apply false - id("com.github.breadmoirai.github-release") version "2.2.12" apply false + id("com.github.breadmoirai.github-release") version "2.5.2" apply false } buildscript {