Skip to content

Commit ccf5ac9

Browse files
committedJan 14, 2025·
U - Oppgraderer io.mockk:mockk:1.13.14 -> 1.13.16
Automatisert oppgradering av io.mockk:mockk.
1 parent c88a9ab commit ccf5ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
testImplementation("org.mock-server:mockserver-netty:5.15.0") {
101101
exclude module: 'junit'
102102
}
103-
testImplementation("io.mockk:mockk:1.13.14")
103+
testImplementation("io.mockk:mockk:1.13.16")
104104
testImplementation("com.ninja-squad:springmockk:4.0.2")
105105

106106
// Architecture tests

0 commit comments

Comments
 (0)
Please sign in to comment.