From eb6ef055ba502a5e5fa633dfa54692f40f45410f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:31:31 +0000 Subject: [PATCH] Update all non-major dependencies (except core Kotlin) (#1749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1ab6a87fee..ae1a1599bb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ kotlin-logging = "5.1.0" log4j2 = "2.20.0" kaml = "0.55.0" kotlin-multiplatform-diff = "0.4.0" -sarif4k = "0.4.0" +sarif4k = "0.5.0" jupiter-itf-extension = "0.12.0" # FIXME: need to migrate to mockito mockito-all = "1.10.19" @@ -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 = "2.0.1" } +talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "2.0.2" } 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" }