From 3f256371c612bf964dd126a7141190f96be229cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:19:47 +0000 Subject: [PATCH] chore(deps): update plugin semanticversioning to v7 --- 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 1c43fb0..24b5cbb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.96.0" } publicOnCentral = { id = "org.danilopianini.publish-on-central", version = "7.0.4" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } shadowJar = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -semanticVersioning = { id = "org.danilopianini.git-sensitive-semantic-versioning", version = "6.0.2" } +semanticVersioning = { id = "org.danilopianini.git-sensitive-semantic-versioning", version = "7.0.6" } [bundles] kotlin = [ "kotlin-reflect", "kotlin-stdlib" ]