Skip to content

Commit feb2700

Browse files
authored
Bump flowless and testfx versions (#984)
Bump flowless to 0.6.2 and testfx to 4.0.16
1 parent e3b907e commit feb2700

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

richtextfx/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sourceSets {
3232
dependencies {
3333
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M5'
3434
compile group: 'org.fxmisc.undo', name: 'undofx', version: '2.1.0'
35-
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.1'
35+
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.2'
3636
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.3.3'
3737

3838
java9Implementation files(sourceSets.main.output.classesDirs) { builtBy compileJava }
@@ -41,11 +41,8 @@ dependencies {
4141

4242
integrationTestCompile group: 'junit', name: 'junit', version: '4.12'
4343
integrationTestCompile group: 'com.nitorcreations', name: 'junit-runners', version: '1.2'
44-
integrationTestCompile "org.testfx:testfx-core:4.0.8-alpha"
45-
if ( JavaVersion.current() >= JavaVersion.VERSION_1_9 ) {
46-
integrationTestCompile "org.testfx:testfx-internal-java9:4.0.8-alpha"
47-
}
48-
integrationTestCompile ("org.testfx:testfx-junit:4.0.8-alpha") {
44+
integrationTestCompile "org.testfx:testfx-core:4.0.16-alpha"
45+
integrationTestCompile ("org.testfx:testfx-junit:4.0.15-alpha") {
4946
exclude(group: "junit", module: "junit")
5047
}
5148
integrationTestCompile "org.testfx:openjfx-monocle:8u76-b04"

0 commit comments

Comments
 (0)