From 0cd028495b5b2ce98448acb8ff1b07867dbac0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:01:19 +0000 Subject: [PATCH] Update plugin gitProperties to v2.5.6 --- 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 9109aca8b..2b9ac186e 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.5" } +gitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.5.6" } 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.10" }