Skip to content

Commit b9a8972

Browse files
committedOct 16, 2024··
Update dependencies
1 parent ac7d808 commit b9a8972

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22
kotlin = "1.9.24"
33

4-
junitJupiter = "5.9.3"
5-
junitPlatform = "1.9.3"
6-
junitVintage = "5.9.3"
4+
junitJupiter = "5.11.2"
5+
junitPlatform = "1.11.2"
6+
junitVintage = "5.11.2"
77
junit4 = "4.13"
88

99
spek = "2.0.19"
1010
assertJ = "0.2.1"
1111
mockitoKotlin = "2.2.0"
12-
mockitoJunit5 = "5.4.0"
12+
mockitoJunit5 = "5.14.2"
1313

1414
detekt = "1.19.0"
1515
depsVersion = "0.41.0"
16-
dokka = "1.8.20"
16+
dokka = "1.9.20"
1717
ktlint = "9.1.0"
1818
nexusPublish = "1.1.0"
1919

0 commit comments

Comments
 (0)
Please sign in to comment.