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 b702c42 commit 18683d4
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 @@ -349,7 +349,7 @@ dependencies {
exclude module: 'guava'
}
testImplementation("io.projectreactor.netty:reactor-netty")
testImplementation("org.testfx:testfx-junit5:4.0.16-alpha")
testImplementation("org.testfx:testfx-junit5:4.0.17")
testImplementation("com.natpryce.hamcrest:hamcrest-reflection:0.1-2")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.testfx:openjfx-monocle:jdk-12.0.1+2")
Expand Down

0 comments on commit 18683d4

Please sign in to comment.