Skip to content

Commit

Permalink
Merge pull request #86 from codeborne/dependabot/gradle/io.mockk-mock…
Browse files Browse the repository at this point in the history
…k-1.13.13

Bump io.mockk:mockk from 1.13.12 to 1.13.13
  • Loading branch information
angryziber authored Oct 18, 2024
2 parents b67c31c + a651d8e commit 4b538b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5)
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5)
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.2.0")
library("mockk", "io.mockk:mockk:1.13.12")
library("mockk", "io.mockk:mockk:1.13.13")

val slf4j = version("slf4j", "2.0.16")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)
Expand Down

0 comments on commit 4b538b5

Please sign in to comment.