diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cace238..4933a7d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] jdk = "21" -kotlin = "2.4.0" -moshix = "0.36.0" -http4k = "6.53.0.0" +kotlin = "2.4.10" +moshix = "0.37.0" +http4k = "6.56.0.0" immutables = "2.12.2" arrow = "2.2.3" -graal = "25.0.3" +graal = "25.1.3" java-vavr = "1.0.1" kotlin-vavr = "0.10.2" jetbrains-annotations = "26.1.0" -okio = "3.17.0" -kotest = "6.1.11" +okio = "3.18.0" +kotest = "6.2.3" testLogger = "4.0.0" truth = "1.4.5" assertj-vavr = "0.5.1" @@ -29,9 +29,9 @@ gradle-taskinfo = "3.0.2" # Common dependencies junit = "5.11.4" -kover = "0.9.8" +kover = "0.9.9" detekt = "1.23.8" -spotless = "8.6.0" +spotless = "8.8.0" apache-log4j = "3.0.0-beta2" # Async-orchestrator PoC (integrationTest only) @@ -39,10 +39,10 @@ apache-log4j = "3.0.0-beta2" # longer publishes the junit-jupiter/postgresql/rabbitmq modules under these coords # (their own latest is 1.21.4), so 1.21.4 is the coherent latest. -exposed = "1.3.0" +exposed = "1.3.1" jooq = "3.21.6" -amqp-client = "5.31.0" -postgres-jdbc = "42.7.11" +amqp-client = "5.34.0" +postgres-jdbc = "42.7.13" testcontainers = "1.21.4" kotlinx-serialization = "1.11.0" jackson = "2.22.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 066a68b..e4e348b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ pluginManagement { dependencyResolutionManagement { repositories { mavenCentral() } } -plugins { id("com.gradle.develocity") version "4.3.2" } +plugins { id("com.gradle.develocity") version "4.5.0" } val isCI = !System.getenv("CI").isNullOrEmpty()