From 0dec90fa36673c29ee87532cea4ff4884a06fcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:36:13 +0000 Subject: [PATCH] Update plugin buildconfig to v5 --- 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 3dc039b..9878e01 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,6 +15,6 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" } mavenPublish-gradle-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.30.0" } [plugins] -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0" } +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.0" } spotless = { id = "com.diffplug.spotless", version = "6.25.0" } burst-kotlin = { id = "app.cash.burst.kotlin" }