From 3941986ab2c9e8c601d46b3911b53d8abdf1c199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:26:31 -0500 Subject: [PATCH] Update plugin buildconfig to v5.7.1 (#1761) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7afb43ce..d2a96a1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -175,7 +175,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.1.0"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.0"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.1"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}