From c9af36b398a38c974e53ecf932f9b0e40e77862c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:57:44 +0000 Subject: [PATCH] chore(deps): bump com.github.gmazzo.buildconfig from 6.0.9 to 6.0.10 Bumps [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) from 6.0.9 to 6.0.10. - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](https://github.com/gmazzo/gradle-buildconfig-plugin/compare/v6.0.9...v6.0.10) --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- surf-redis-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf-redis-core/build.gradle.kts b/surf-redis-core/build.gradle.kts index dc29685..d98e8ad 100644 --- a/surf-redis-core/build.gradle.kts +++ b/surf-redis-core/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("dev.slne.surf.api.gradle.core") - id("com.github.gmazzo.buildconfig") version "6.0.9" + id("com.github.gmazzo.buildconfig") version "6.0.10" } @Suppress("AvoidDuplicateDependencies") // different classifiers