From 84a83129218516bb76fcab7d8fe7a78d9dc73c87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:48:12 +0300 Subject: [PATCH] chore(deps): update all non-major dependencies (except core kotlin) (#1912) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diktat-maven-plugin/build.gradle.kts | 2 +- gradle/libs.versions.toml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/diktat-maven-plugin/build.gradle.kts b/diktat-maven-plugin/build.gradle.kts index e2dba09cdd..c65e7b5aac 100644 --- a/diktat-maven-plugin/build.gradle.kts +++ b/diktat-maven-plugin/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.saveourtool.diktat.buildutils.kotlin-jvm-configuration") id("com.saveourtool.diktat.buildutils.code-quality-convention") id("com.saveourtool.diktat.buildutils.publishing-configuration") - id("de.benediktritter.maven-plugin-development") version "0.4.2" + id("de.benediktritter.maven-plugin-development") version "0.4.3" `maven-publish` } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e75f654595..05b62fd220 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] kotlin = "1.9.22" kotlin-ksp = "1.9.22-1.0.18" -serialization = "1.6.2" +serialization = "1.6.3" ktlint = "1.0.1" -junit = "5.10.1" -junit-platfrom = "1.10.1" +junit = "5.10.2" +junit-platfrom = "1.10.2" guava = "33.0.0-jre" commons-cli = "1.6.0" commons-io = "2.15.1" detekt = "1.23.5" -dokka = "1.9.10" +dokka = "1.9.20" gradle-nexus-publish-plugin = "1.3.0" jacoco = "0.8.8" # maven @@ -20,7 +20,7 @@ plexus = "2.1.0" jbool = "1.24" kotlin-logging = "6.0.3" -log4j2 = "2.22.1" +log4j2 = "2.23.0" kaml = "0.57.0" sarif4k = "0.5.0" jupiter-itf-extension = "0.13.1" @@ -31,12 +31,12 @@ gradle-shadow = "8.1.1" # copied from save-cloud jetbrains-annotations = "24.1.0" -kotlinx-coroutines = "1.7.3" -assertj = "3.25.2" +kotlinx-coroutines = "1.8.0" +assertj = "3.25.3" diktat = "2.0.0" -reckon = "0.18.2" +reckon = "0.18.3" spotless = "6.25.0" -download = "5.5.0" +download = "5.6.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } @@ -46,7 +46,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.3" } +talaiot-base = { id = "io.github.cdsap.talaiot.plugin.base", version = "2.0.4" } 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" } @@ -106,7 +106,7 @@ jbool-expressions = { module = "com.bpodgursky:jbool_expressions", version.ref = # logging kotlin-logging = { module = "io.github.oshai:kotlin-logging", version.ref = "kotlin-logging" } -slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.11" } +slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.12" } log4j2-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j2" } log4j2-slf4j2 = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j2" }