From f839d8b5f2084fe92a14706859e0f3bfa896a7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:22:49 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 4.1.2 to 5.3.5 Bumps com.github.gmazzo.buildconfig from 4.1.2 to 5.3.5. --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 108ed2df1..32d30a40f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { id("simbot.changelog-generator") id("simbot.nexus-publish") id("simbot.dokka-multi-module") - id("com.github.gmazzo.buildconfig") version "4.1.2" apply false + id("com.github.gmazzo.buildconfig") version "5.3.5" apply false idea }