Skip to content

Commit 0414ec4

Browse files
committed
Update dependencies
1 parent afa97cb commit 0414ec4

2 files changed

Lines changed: 8 additions & 8 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.5"
5+
gradleVersion = "5.5.1"
66

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

1010
jacocoVersion = "0.8.4"
@@ -14,14 +14,14 @@ ext {
1414
gradleVersionsPluginVersion = "0.21.0"
1515
buildConfigPluginVersion = "1.1.8"
1616

17-
retrofitVersion = "2.6.0"
18-
okHttpVersion = "4.0.0"
19-
okioVersion = "2.2.2"
17+
retrofitVersion = "2.6.1"
18+
okHttpVersion = "4.0.1"
19+
okioVersion = "2.3.0"
2020
moshiVersion = "1.8.0"
2121
moshiLazyAdaptersVersion = "2.2"
2222

23-
junitVersion = "5.4.2"
23+
junitVersion = "5.5.1"
2424
concurrentUnitVersion = "0.4.4"
25-
kluentVersion = "1.51"
25+
kluentVersion = "1.53"
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.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)