From 60be93ca8942175b10af06e005d7155b278f41de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:59:34 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 3.1.0 to 4.1.2 Bumps com.github.gmazzo.buildconfig from 3.1.0 to 4.1.2. --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index b62554f5..25d18962 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.github.gmazzo.buildconfig" version "3.1.0" + id "com.github.gmazzo.buildconfig" version "4.1.2" } apply plugin: 'kotlin-kapt'