diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b2c496a..785c55a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ springBoot = "3.2.3" # unless there is a keyword conflict or the name is wired # bom, naming convention: bom- bom-springBoot = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "springBoot" } -bom-kotest = "io.kotest:kotest-bom:5.8.0" +bom-kotest = "io.kotest:kotest-bom:5.8.1" bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0" # plugin dependencies (for both projects and settings), naming convention: pluginDep/settingDep + -