Skip to content

Commit 484e1f1

Browse files
committed
Update dependencies
1 parent 941e82c commit 484e1f1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/versions.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ ext {
22
version = "5.1.1"
33
group = "com.github.proxer"
44

5-
gradleVersion = "6.2.1"
5+
gradleVersion = "6.3"
66

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

1010
jacocoVersion = "0.8.5"
@@ -14,13 +14,13 @@ ext {
1414
gradleVersionsPluginVersion = "0.28.0"
1515
buildConfigPluginVersion = "1.1.8"
1616

17-
retrofitVersion = "2.7.1"
17+
retrofitVersion = "2.8.1"
1818
okHttpVersion = "4.4.0"
19-
okioVersion = "2.4.3"
19+
okioVersion = "2.5.0"
2020
moshiVersion = "1.9.2"
2121
moshiLazyAdaptersVersion = "2.2"
2222

23-
junitVersion = "5.6.0"
23+
junitVersion = "5.6.1"
2424
concurrentUnitVersion = "0.4.6"
2525
kluentVersion = "1.60"
2626
mockkVersion = "1.9.3"

gradle/wrapper/gradle-wrapper.jar

-1 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)