From 924c54e5a9881117aab60f1786b857bde1083631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:21:57 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 3.1.0 to 5.4.0 Bumps com.github.gmazzo.buildconfig from 3.1.0 to 5.4.0. --- 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 a45ee2c0..de1a2d33 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType plugins { - id "com.github.gmazzo.buildconfig" version "3.1.0" + id "com.github.gmazzo.buildconfig" version "5.4.0" } apply plugin: 'kotlin-kapt'