From cfb582c573159ecb8ee253cf880a2d305510a511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:23:55 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 5.6.2 to 5.7.0 Bumps [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](https://github.com/gmazzo/gradle-buildconfig-plugin/compare/v5.6.2...v5.7.0) --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..627f135 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.7.0" id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.4" }