From c4f37b5fd3dd340d301d2bf409dfb5f0e63c2259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:21:57 +0100 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 5.0.0 to 5.1.0 (#10) Bumps com.github.gmazzo.buildconfig from 5.0.0 to 5.1.0. --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 252dfff..3d51dec 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.github.gmazzo.buildconfig") version "5.0.0" + id("com.github.gmazzo.buildconfig") version "5.1.0" } val jarBaseName = "Red-Core"