From f64ecc674173d577cea57e95d56811df3627e33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:21:48 +0000 Subject: [PATCH] Bump org.testfx:testfx-core from 4.0.16-alpha to 4.0.17 Bumps [org.testfx:testfx-core](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](https://github.com/TestFX/TestFX/compare/v4.0.16-alpha...v4.0.17) --- updated-dependencies: - dependency-name: org.testfx:testfx-core 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 cceca226df..6123d7233d 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")