Browse Source

Dependency updates

wip-ping-timeouts
Chris Smith 5 years ago
parent
commit
8f471b8463
2 changed files with 9 additions and 9 deletions
  1. 7
    7
      build.gradle.kts
  2. 2
    2
      gradle/wrapper/gradle-wrapper.properties

+ 7
- 7
build.gradle.kts View File

10
     jacoco
10
     jacoco
11
     kotlin("jvm") version "1.3.21"
11
     kotlin("jvm") version "1.3.21"
12
     id("com.jfrog.bintray") version "1.8.4"
12
     id("com.jfrog.bintray") version "1.8.4"
13
-    id("org.jetbrains.dokka") version "0.9.17"
14
-    id("name.remal.check-updates") version "1.0.113"
13
+    id("org.jetbrains.dokka") version "0.9.18"
14
+    id("name.remal.check-updates") version "1.0.121"
15
 }
15
 }
16
 
16
 
17
 jacoco {
17
 jacoco {
42
     implementation("org.jetbrains.kotlinx:kotlinx-coroutines-io-jvm:0.1.7")
42
     implementation("org.jetbrains.kotlinx:kotlinx-coroutines-io-jvm:0.1.7")
43
     compile(kotlin("reflect"))
43
     compile(kotlin("reflect"))
44
 
44
 
45
-    testImplementation("org.junit.jupiter:junit-jupiter-api:5.4.0")
46
-    testImplementation("org.junit.jupiter:junit-jupiter-params:5.4.0")
47
-    testImplementation("io.mockk:mockk:1.9.1")
48
-    testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")
45
+    testImplementation("org.junit.jupiter:junit-jupiter-api:5.4.1")
46
+    testImplementation("org.junit.jupiter:junit-jupiter-params:5.4.1")
47
+    testImplementation("io.mockk:mockk:1.9.3")
48
+    testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.1")
49
 }
49
 }
50
 
50
 
51
 java {
51
 java {
90
     }
90
     }
91
 
91
 
92
     withType<Wrapper> {
92
     withType<Wrapper> {
93
-        gradleVersion = "5.2.1"
93
+        gradleVersion = "5.3.1"
94
     }
94
     }
95
 
95
 
96
     withType<KotlinCompile> {
96
     withType<KotlinCompile> {

+ 2
- 2
gradle/wrapper/gradle-wrapper.properties View File

1
 distributionBase=GRADLE_USER_HOME
1
 distributionBase=GRADLE_USER_HOME
2
 distributionPath=wrapper/dists
2
 distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
3
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
-zipStorePath=wrapper/dists
5
+zipStorePath=wrapper/dists

Loading…
Cancel
Save