Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent c1acc20 commit 24c96fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
byteBuddy = "1.14.18"
junit = "5.9.1"
kotest = "5.9.1"
kotlin = "2.0.0"
kotlin = "2.0.10"
kotlinx = "1.8.1"
mockk = "1.13.12"
okio = "3.9.0"
Expand All @@ -23,7 +23,7 @@ kotlinx = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.re
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okioJvm = { module = "com.squareup.okio:okio-jvm", version.ref = "okio" }
opentest4j = { module = "org.opentest4j:opentest4j", version = "1.3.0" }
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.13" }
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.14" }

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

0 comments on commit 24c96fe

Please sign in to comment.