From ba1c2845b6d40dea32a148febdc59fe540e4e032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:50:42 -0500 Subject: [PATCH] chore(deps): update plugin buildconfig to v5 (#1135) 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 e1631e0b..ca9bb5e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -155,7 +155,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.0"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}