From 45784db65cd37f0547edbc6f38e7de19420cc404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:58:18 -0400 Subject: [PATCH] Bump org.testfx:testfx-junit5 from 4.0.16-alpha to 4.0.17 (#3031) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36a9dc1346..4acef1bd3c 100644 --- a/build.gradle +++ b/build.gradle @@ -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")