Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile project(':util')
compile group: 'javax.validation', name: 'validation-api', version: '2.0.1.Final'

testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19'
testCompile group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
testCompile group: 'org.quicktheories', name: 'quicktheories', version: '0.26'
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.5'

testCompile project(path: ':core', configuration: 'testSupport')
testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19'
testCompile group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
testCompile group: 'junit', name: 'junit', version: '4.12'

testSupport project(':application-config')
Expand Down
2 changes: 1 addition & 1 deletion rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jdk8', version: '2.9.8'

testCompile project(path: ':core', configuration: 'testSupport')
testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19'
testCompile group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
testCompile(group: 'commons-logging', name: 'commons-logging', version: '1.2')
Expand Down