Skip to content

Commit 5c1e721

Browse files
committed
Update dependencies
1 parent 2fe2860 commit 5c1e721

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/versions.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44

55
gradleVersion = "6.3"
66

7-
kotlinVersion = "1.3.71"
7+
kotlinVersion = "1.3.72"
88
dokkaVersion = "0.9.18"
99

1010
jacocoVersion = "0.8.5"
@@ -15,13 +15,13 @@ ext {
1515
buildConfigPluginVersion = "1.1.8"
1616

1717
retrofitVersion = "2.8.1"
18-
okHttpVersion = "4.4.0"
19-
okioVersion = "2.5.0"
18+
okHttpVersion = "4.6.0"
19+
okioVersion = "2.6.0"
2020
moshiVersion = "1.9.2"
2121
moshiLazyAdaptersVersion = "2.2"
2222

2323
junitVersion = "5.6.1"
2424
concurrentUnitVersion = "0.4.6"
25-
kluentVersion = "1.60"
26-
mockkVersion = "1.9.3"
25+
kluentVersion = "1.61"
26+
mockkVersion = "1.10.0"
2727
}

0 commit comments

Comments
 (0)