Skip to content

Commit

Permalink
Bump kotest from 5.6.2 to 5.7.1 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent dadba19 commit 441fbe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ logger.lifecycle("version: $version")
val dependencyVersions = listOf(
libs.annotations,
libs.mockk,
libs.okio
libs.okio,
libs.opentest4j
)

val dependencyVersionsByGroup = mapOf(
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
byteBuddy = "1.14.7"
junit = "5.9.1"
kotest = "5.6.2"
kotest = "5.7.1"
kotlin = "1.9.10"
kotlinx = "1.7.3"
mockk = "1.13.7"
Expand All @@ -20,6 +20,7 @@ annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }
kotlinx = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.ref = "kotlinx" }
okio = { module = "com.squareup.okio:okio", version = "3.5.0" }
opentest4j = { module = "org.opentest4j:opentest4j", version = "1.3.0" }

[bundles]
kotest = ["kotest", "kotestEngine", "kotestProperty", "kotestRunner"]
Expand Down

0 comments on commit 441fbe7

Please sign in to comment.