diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e9d4bb431..f3e50501a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,10 +5,10 @@ serialization = "1.6.3" ktlint = "1.0.1" junit = "5.10.2" junit-platfrom = "1.10.2" -guava = "33.0.0-jre" +guava = "33.1.0-jre" commons-cli = "1.6.0" -commons-io = "2.15.1" -detekt = "1.23.5" +commons-io = "2.16.1" +detekt = "1.23.6" dokka = "1.9.20" gradle-nexus-publish-plugin = "1.3.0" jacoco = "0.8.8" @@ -19,10 +19,10 @@ maven-plugin-testing-harness = "3.3.0" plexus = "2.1.0" jbool = "1.24" -kotlin-logging = "6.0.3" +kotlin-logging = "6.0.4" log4j2 = "2.23.1" -kaml = "0.57.0" -sarif4k = "0.5.0" +kaml = "0.58.0" +sarif4k = "0.6.0" jupiter-itf-extension = "0.13.1" # executable jar @@ -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.12" } +slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.13" } 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" } diff --git a/settings.gradle.kts b/settings.gradle.kts index d94119b5d..c90eab176 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -40,7 +40,7 @@ pluginManagement { } plugins { - id("com.gradle.enterprise") version "3.16.2" + id("com.gradle.enterprise") version "3.17.1" // starting from Gradle 8, it's needed to configure a repo from which to take Java for a toolchain id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" }