From 06c24af87d33ed5ece68b1090d27825f4a46303f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 06:27:47 +0000 Subject: [PATCH] Bump com.palantir.git-version from 4.3.0 to 5.0.0 Bumps com.palantir.git-version from 4.3.0 to 5.0.0. --- updated-dependencies: - dependency-name: com.palantir.git-version dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 a852dd4..e517f56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("com.gradleup.shadow") version "9.3.2" id("com.github.breadmoirai.github-release") version "2.5.2" - id("com.palantir.git-version") version "4.3.0" + id("com.palantir.git-version") version "5.0.0" id("java") id("java-library") id("signing")