Skip to content

Commit

Permalink
(chore) Bump mockito and monocle versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brcolow committed Apr 10, 2017
1 parent 4214bed commit fd92f28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subprojects/testfx-core/testfx-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile 'com.google.code.findbugs:annotations:3.0.1u2'

testCompile "junit:junit:4.12"
testCompile "org.mockito:mockito-core:2.3.5"
testCompile "org.mockito:mockito-core:2.7.22"
testCompile "org.hamcrest:hamcrest-library:1.3"
testCompile "org.controlsfx:controlsfx:8.40.12"
testCompile "org.testfx:openjfx-monocle:8u76-b04"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/testfx-junit/testfx-junit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
providedCompile "junit:junit:4.12"

testCompile "org.hamcrest:hamcrest-library:1.3"
testCompile "org.testfx:openjfx-monocle:1.8.0_20"
testCompile "org.testfx:openjfx-monocle:8u76-b04"
}
2 changes: 1 addition & 1 deletion subprojects/testfx-junit5/testfx-junit5.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.0.0-M4'

testCompile "org.hamcrest:hamcrest-library:1.3"
testCompile "org.testfx:openjfx-monocle:1.8.0_20"
testCompile "org.testfx:openjfx-monocle:8u76-b04"
}

0 comments on commit fd92f28

Please sign in to comment.