From 17b3d6dafb5918e1cff5558822831a238a81b41d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:43:17 +0000 Subject: [PATCH] chore(deps): update plugin gitsemver to v3.1.10 --- 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 5c997885db..8f58318b70 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -151,7 +151,7 @@ testing-compile = [ testing-runtimeOnly = [ "junit-engine" ] [plugins] -gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin:3.1.7" +gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin:3.1.10" graphql-client = { id = "com.apollographql.apollo3", version.ref = "apollo" } graphql-server = { id = "com.expediagroup.graphql", version.ref = "graphql" } hugo = "io.github.fstaudt.hugo:0.9.0"