Skip to content

Commit

Permalink
Gradle: Upgrade MockK to version 1.12.7
Browse files Browse the repository at this point in the history
This fixes a deployment issue [1] with version 1.12.6 [2].

[1]: mockk/mockk#884
[2]: https://github.com/mockk/mockk/releases/tag/1.12.6

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Aug 23, 2022
1 parent 912de2f commit 0258561
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 @@ -51,7 +51,7 @@ logbackImpl = "1.2.11"
maven = "3.8.6"
# @pin this version as it needs to be aligned with "maven".
mavenResolver = "1.7.3"
mockk = "1.12.4"
mockk = "1.12.7"
okhttp = "4.9.3"
poiOoxml = "5.2.2"
postgres = "42.4.2"
Expand Down

0 comments on commit 0258561

Please sign in to comment.