Skip to content

Commit

Permalink
Upgrade TestFX
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Feb 24, 2024
1 parent 65a459f commit e57d56a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
exclude group: "com.vaadin.external.google", module: "android-json"
}
testImplementation(testFixtures(project(":common")))
testImplementation 'org.testfx:testfx-core:4.0.17'
testImplementation 'org.testfx:testfx-junit5:4.0.17'
testImplementation 'one.jpro:openjfx-monocle:jfx-21'
testImplementation 'org.testfx:testfx-core:4.0.18'
testImplementation 'org.testfx:testfx-junit5:4.0.18'
testImplementation 'org.testfx:openjfx-monocle:21.0.2'
}

0 comments on commit e57d56a

Please sign in to comment.