Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 88dbcba

Browse files
committed
Upgrade to gradle 4.4
Updated mockito to 2.13.0
1 parent 5e25895 commit 88dbcba

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testCompile "org.scalatest:scalatest_%%:3.0.3"
3434
testRuntime "org.pegdown:pegdown:1.6.0"
3535
testCompile group: 'io.projectreactor', name: 'reactor-test', version: "$reactorVersion"
36-
testCompile 'org.mockito:mockito-core:2.12.0'
36+
testCompile 'org.mockito:mockito-core:2.13.0'
3737

3838
scoverage "org.scoverage:scalac-scoverage-plugin_%%:$scoverageVersion", "org.scoverage:scalac-scoverage-runtime_%%:$scoverageVersion"
3939
}
@@ -152,4 +152,4 @@ test {
152152

153153
testScoverage {
154154
maxParallelForks = 1
155-
}
155+
}

gradle/wrapper/gradle-wrapper.jar

19 Bytes
Binary file not shown.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Fri Nov 24 22:43:51 SGT 2017
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
5+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)