From 3332363a106a3f716197b25aee384ae23b0bd060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 19:56:44 -0400 Subject: [PATCH] Update plugin buildconfig to v5.6.5 (#1368) 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 4f663a2e..260004d3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -157,7 +157,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.2.0"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.3"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.5"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}