Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -29,20 +29,20 @@ 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)
# NOTE: testcontainers held at 1.21.x — the 2.0.x BOM is a major rewrite that no
# 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"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down