Skip to content

Commit

Permalink
Bump org.testfx:testfx-junit5 from 4.0.16-alpha to 4.0.17
Browse files Browse the repository at this point in the history
Bumps [org.testfx:testfx-junit5](https://github.com/TestFX/TestFX) from 4.0.16-alpha to 4.0.17.
- [Release notes](https://github.com/TestFX/TestFX/releases)
- [Changelog](https://github.com/TestFX/TestFX/blob/master/CHANGES.md)
- [Commits](TestFX/TestFX@v4.0.16-alpha...v4.0.17)

---
updated-dependencies:
- dependency-name: org.testfx:testfx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent dbd2ff3 commit 8773cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.16-alpha'
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.17'
// TODO openjfx-monocle is no longer updated and chances are openjfx-monocle doesn't work with latest OpenJFX
// https://github.com/TestFX/Monocle/issues/79
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
Expand Down

0 comments on commit 8773cd7

Please sign in to comment.