diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91aa9fa2b9..6afcf919d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,8 +3,8 @@ kotlin = "1.8.22" kotlin-ksp = "1.8.22-1.0.11" serialization = "1.5.1" ktlint = "0.49.1" -junit = "5.9.3" -junit-platfrom = "1.9.3" +junit = "5.10.0" +junit-platfrom = "1.10.0" guava = "32.1.1-jre" commons-cli = "1.5.0" commons-io = "2.13.0" @@ -52,7 +52,7 @@ commons-compress = "1.22" zip4j = "2.11.5" ktoml = "0.4.1" springdoc = "1.6.15" -spotless = "6.19.0" +spotless = "6.20.0" arrow-kt = "1.1.5" publish = "1.3.0" download = "5.4.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 09efaa5ae8..11794b1f07 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -28,7 +28,7 @@ pluginManagement { } plugins { - id("com.gradle.enterprise") version "3.13.4" + id("com.gradle.enterprise") version "3.14" // 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.6.0" }