Skip to content

Commit

Permalink
⬆ upgrade dependency io.kotest:kotest-bom to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 15e9a3f commit b4e2751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ktor = "2.3.9"
# unless there is a keyword conflict or the name is wired
# bom, naming convention: bom-<name>
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: s/p + plugin-<name>
pluginDep-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit b4e2751

Please sign in to comment.