From 44de584be3a79ce8c894d7b401b340cee904105e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:39:51 -0400 Subject: [PATCH] Update plugin buildconfig to v5.7.0 (#1707) 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 13b8eae5..4852ac71 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.6.8"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.0"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}