From ed0d02f3535fa146bd74851fc2a237ddff9b7e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:07:54 +0000 Subject: [PATCH] build(deps): bump com.github.gmazzo.buildconfig from 4.0.4 to 4.1.1 Bumps com.github.gmazzo.buildconfig from 4.0.4 to 4.1.1. --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-type: direct:production update-type: version-update:semver-minor ... 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 dfdf483eb..4b5d902e9 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.0.4" apply false + id("com.github.gmazzo.buildconfig") version "4.1.1" apply false idea }