Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 3a80bea commit 796efd2
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
@@ -1,5 +1,5 @@
[versions]
byteBuddy = "1.15.1"
byteBuddy = "1.15.2"
junit = "5.9.1"
kotest = "5.9.1"
kotlin = "2.0.20"
Expand All @@ -17,7 +17,7 @@ kotestRunner = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "k
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }

# for dependency enforcement
annotations = { module = "org.jetbrains:annotations", version = "24.1.0" }
annotations = { module = "org.jetbrains:annotations", version = "25.0.0" }
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.ref = "okio" }
Expand Down

0 comments on commit 796efd2

Please sign in to comment.