From 1b1436f7c28f7d3a84ce27ab512052ab7bd30f93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:31:14 +0000 Subject: [PATCH] Update plugin talaiot-base to v2 --- 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 3954ee75dd..fa36225e0c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -65,7 +65,7 @@ kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization" kotlin-plugin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" } kotlin-plugin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" } kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" } -talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "1.5.3" } +talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "2.0.1" } detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } spotless = { id = "com.diffplug.gradle.spotless", version.ref = "spotless" } download = { id = "de.undercouch.download", version.ref = "download" }