From 6e8425e4a667b020d367063fa4a3bb8826f5160f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:45:57 +0000 Subject: [PATCH] Update plugin gitProperties to v2.5.5 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b374fee74..0e119ba83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -85,7 +85,7 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.0. [plugins] nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } pluginPublish = { id = "com.gradle.plugin-publish", version = "2.0.0" } -gitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.5.4" } +gitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.5.5" } mavenPluginDevelopment = { id = "org.gradlex.maven-plugin-development", version = "1.0.3" } shadow = { id = "com.gradleup.shadow", version = "9.3.1" } kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version = "2.3.0" }