From b9cbf35cece42acac5128aaf8d9efe1b48fdd9c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:21:18 +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 9c1b619b8f..61028fd16d 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"