Skip to content

Commit

Permalink
Downgrade mockk to 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul authored Nov 11, 2023
1 parent 4a1501a commit 819fe3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.
junit-bom = "org.junit:junit-bom:5.10.1"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.8"
mockk = "io.mockk:mockk-jvm:1.13.7"

# plugins
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.2.1"
Expand All @@ -27,4 +27,4 @@ nexus-publish = "io.github.gradle-nexus:publish-plugin:1.3.0"
flyway = [
"flyway-core",
"flyway-database-postgres"
]
]

0 comments on commit 819fe3b

Please sign in to comment.