From 7d19df7e177a15238f87bcd2fe01dbc572f617a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:58:08 -0400 Subject: [PATCH] Bump org.testfx:testfx-core from 4.0.16-alpha to 4.0.17 (#3030) 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 68083d8bb7..36a9dc1346 100644 --- a/build.gradle +++ b/build.gradle @@ -345,7 +345,7 @@ dependencies { testImplementation("com.squareup.okhttp3:okhttp") testImplementation("com.squareup.okhttp3:mockwebserver") testImplementation("io.projectreactor:reactor-test") - testImplementation("org.testfx:testfx-core:4.0.16-alpha") { + testImplementation("org.testfx:testfx-core:4.0.17") { exclude module: 'guava' } testImplementation("io.projectreactor.netty:reactor-netty")