From 2c4f8a857e535ddd71aad422b5eb4754aeddd940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:47:07 +0000 Subject: [PATCH] Bump org.testfx:testfx-junit5 from 4.0.16-alpha to 4.0.18 Bumps [org.testfx:testfx-junit5](https://github.com/TestFX/TestFX) from 4.0.16-alpha to 4.0.18. - [Release notes](https://github.com/TestFX/TestFX/releases) - [Changelog](https://github.com/TestFX/TestFX/blob/master/CHANGES.md) - [Commits](https://github.com/TestFX/TestFX/commits) --- updated-dependencies: - dependency-name: org.testfx:testfx-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 37f95d68be6..02f4a6163d6 100644 --- a/build.gradle +++ b/build.gradle @@ -380,7 +380,7 @@ dependencies { testRuntimeOnly 'com.tngtech.archunit:archunit-junit5-engine:1.3.0' testImplementation 'com.tngtech.archunit:archunit-junit5-api:1.3.0' testImplementation "org.testfx:testfx-core:4.0.16-alpha" - testImplementation "org.testfx:testfx-junit5:4.0.16-alpha" + testImplementation "org.testfx:testfx-junit5:4.0.18" testImplementation "org.hamcrest:hamcrest-library:3.0" // recommended by https://github.com/wiremock/wiremock/issues/2149#issuecomment-1835775954