Skip to content

Commit 4b94ea0

Browse files
committed
deps: use the previous version of mockk that has a compatible byte-buddy dependency
1 parent 2a7ae0b commit 4b94ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build tools & plugins
33
gradle = "8.10.1"
44
kotlin = "2.1.20"
5-
jacoco = "0.8.8"
5+
jacoco = "0.8.13"
66

77
# AndroidX
88
appcompat = "1.7.0"
@@ -35,7 +35,7 @@ usbSerial = "6.1.1"
3535

3636
# Testing
3737
junit = "4.13.2"
38-
mockk = "1.14.4"
38+
mockk = "1.14.2"
3939
testCore = "1.6.1"
4040
testExtJunit = "1.2.1"
4141
testExtJunitKtx = "1.2.1"

0 commit comments

Comments
 (0)