Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlinx-kotl…
Browse files Browse the repository at this point in the history
…inx-coroutines-jdk8-1.7.3
  • Loading branch information
huehnerlady authored Aug 18, 2023
2 parents 7a2a517 + ee0a4e1 commit b7fe711
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 @@ -16,7 +16,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 = "23.0.0" }
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" }
Expand Down

0 comments on commit b7fe711

Please sign in to comment.