From 24a4c176c079b39b3d946e44180f578453d52048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:03:17 -0400 Subject: [PATCH] Update plugin buildconfig to v5.6.7 (#1469) 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 1a222af7..f715b7a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -166,7 +166,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.3.0"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.6"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.7"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}