Skip to content

Commit 1b1db53

Browse files
committed
Update dependencies
1 parent a0133bb commit 1b1db53

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,13 +2,13 @@ ext {
22
version = "5.0.0"
33
group = "com.github.proxer"
44

5-
gradleVersion = "5.1.1"
5+
gradleVersion = "5.2.1"
66

7-
kotlinVersion = "1.3.20"
7+
kotlinVersion = "1.3.21"
88
dokkaVersion = "0.9.17"
99

1010
jacocoVersion = "0.8.3"
11-
ktlintVersion = "6.3.1"
11+
ktlintVersion = "7.1.0"
1212
detektVersion = "1.0.0-RC12"
1313

1414
gradleVersionsPluginVersion = "0.20.0"
@@ -19,7 +19,7 @@ ext {
1919
moshiVersion = "1.8.0"
2020
moshiLazyAdaptersVersion = "2.2"
2121

22-
junitVersion = "5.3.2"
22+
junitVersion = "5.4.0"
2323
assertjVersion = "3.11.1"
24-
mockitoVersion = "2.23.4"
24+
mockitoVersion = "2.24.0"
2525
}

gradle/wrapper/gradle-wrapper.jar

-551 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-5.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)