Skip to content

Commit 6dda6c3

Browse files
committed
Update dependencies
1 parent 4d1f070 commit 6dda6c3

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

gradle/versions.gradle

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

5-
gradleVersion = "5.6-rc-2"
5+
gradleVersion = "5.6.2"
66

7-
kotlinVersion = "1.3.41"
7+
kotlinVersion = "1.3.50"
88
dokkaVersion = "0.9.18"
99

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

1717
retrofitVersion = "2.6.1"
18-
okHttpVersion = "4.0.1"
19-
okioVersion = "2.3.0"
18+
okHttpVersion = "4.2.0"
19+
okioVersion = "2.4.0"
2020
moshiVersion = "1.8.0"
2121
moshiLazyAdaptersVersion = "2.2"
2222

23-
junitVersion = "5.5.1"
24-
concurrentUnitVersion = "0.4.4"
25-
kluentVersion = "1.53"
23+
junitVersion = "5.5.2"
24+
concurrentUnitVersion = "0.4.6"
25+
kluentVersion = "1.54"
2626
mockkVersion = "1.9.3"
2727
}
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-5.6-rc-2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)