From 450861d47a850b8fc477564fd1ea7f1f8d65c9b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:14:36 -0400 Subject: [PATCH] Update plugin buildconfig to v5.6.8 (#1636) 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 8b58439c..429124c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -174,7 +174,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.0.0"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.7"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.8"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}