We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ca762 commit ec873a3Copy full SHA for ec873a3
2 files changed
.java-version
@@ -1 +1 @@
1
-11.0
+system
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
apply plugin: 'jacoco'
11
12
jacoco {
13
- toolVersion = "0.8.2"
+ toolVersion = "0.8.6"
14
}
15
16
group = 'io.specto'
@@ -50,7 +50,7 @@ dependencies {
50
testCompile 'org.eclipse.jetty:jetty-server:9.3.11.v20160721'
51
testCompile 'org.skyscreamer:jsonassert:1.5.0'
52
testCompile 'org.mockito:mockito-core:2.23.4'
53
- testCompile 'org.powermock:powermock-module-junit4:1.7.4'
+ testCompile 'org.powermock:powermock-module-junit4:2.0.9'
54
testCompile 'com.github.stefanbirkner:system-rules:1.19.0'
55
testCompile 'io.projectreactor.ipc:reactor-netty:0.7.12.RELEASE'
56
testCompile 'io.projectreactor:reactor-test:3.2.3.RELEASE'
0 commit comments