From 6f7d1fa1cf6da478a1c0a8d4ef9c074be671038b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:01:58 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 5.6.2 to 5.6.7 Bumps [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) from 5.6.2 to 5.6.7. - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](https://github.com/gmazzo/gradle-buildconfig-plugin/compare/v5.6.2...v5.6.7) --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-version: 5.6.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 93b2fe8..a1614d4 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.5.0" id("org.kordamp.gradle.jandex") version "2.0.0" - id("com.github.gmazzo.buildconfig") version "5.6.2" + id("com.github.gmazzo.buildconfig") version "5.6.7" id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.4" }