From 8018dcb84a8391dc560a911121526c49aef99330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:58:29 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 6.0.6 to 6.0.7 Bumps [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](https://github.com/gmazzo/gradle-buildconfig-plugin/compare/v6.0.6...v6.0.7) --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 4f1f47e..0feb7e6 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("java-library") id("org.openapi.generator") version "7.17.0" id("org.kordamp.gradle.jandex") version "2.3.0" - id("com.github.gmazzo.buildconfig") version "6.0.6" + id("com.github.gmazzo.buildconfig") version "6.0.7" id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.4" }