We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe2860 commit 5c1e721Copy full SHA for 5c1e721
1 file changed
gradle/versions.gradle
@@ -4,7 +4,7 @@ ext {
4
5
gradleVersion = "6.3"
6
7
- kotlinVersion = "1.3.71"
+ kotlinVersion = "1.3.72"
8
dokkaVersion = "0.9.18"
9
10
jacocoVersion = "0.8.5"
@@ -15,13 +15,13 @@ ext {
15
buildConfigPluginVersion = "1.1.8"
16
17
retrofitVersion = "2.8.1"
18
- okHttpVersion = "4.4.0"
19
- okioVersion = "2.5.0"
+ okHttpVersion = "4.6.0"
+ okioVersion = "2.6.0"
20
moshiVersion = "1.9.2"
21
moshiLazyAdaptersVersion = "2.2"
22
23
junitVersion = "5.6.1"
24
concurrentUnitVersion = "0.4.6"
25
- kluentVersion = "1.60"
26
- mockkVersion = "1.9.3"
+ kluentVersion = "1.61"
+ mockkVersion = "1.10.0"
27
}
0 commit comments