Skip to content

Commit 8dd51b9

Browse files
authored
Merge pull request #40 from tensorics/mockito-update
Mockito update
2 parents e257178 + 23033c5 commit 8dd51b9

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ dependencies {
9797
testCompile 'junit:junit:4.12'
9898
testCompile 'org.slf4j:slf4j-log4j12:+'
9999
testCompile 'pl.pragmatists:JUnitParams:1.0.4'
100-
testCompile 'org.mockito:mockito-core:2.23.+'
101-
testCompile 'org.objenesis:objenesis:2.4'
100+
testCompile 'org.mockito:mockito-core:2.23.0'
101+
testCompile 'org.objenesis:objenesis:3.0.1'
102102
testCompile 'com.openpojo:openpojo:0.8.10'
103103
testCompile 'org.assertj:assertj-core:3.6.1'
104104
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.3.1'

gradle/wrapper/gradle-wrapper.jar

-366 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Jul 12 15:34:39 CEST 2018
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip

gradlew

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"
3535

36-
warn ( ) {
36+
warn () {
3737
echo "$*"
3838
}
3939

40-
die ( ) {
40+
die () {
4141
echo
4242
echo "$*"
4343
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155155
fi
156156

157157
# Escape application args
158-
save ( ) {
158+
save () {
159159
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
160160
echo " "
161161
}

0 commit comments

Comments
 (0)