From f9af8468aea29f3dbf48d1a9b15d8ed78622ab03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:34:37 +0000 Subject: [PATCH] Bump org.testfx:openjfx-monocle from 17.0.10 to 21.0.2 Bumps [org.testfx:openjfx-monocle](https://github.com/TestFX/Monocle) from 17.0.10 to 21.0.2. - [Release notes](https://github.com/TestFX/Monocle/releases) - [Commits](https://github.com/TestFX/Monocle/commits) --- updated-dependencies: - dependency-name: org.testfx:openjfx-monocle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36063e68..9a50c0d1 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.testfx:openjfx-monocle:17.0.10' + testImplementation 'org.testfx:openjfx-monocle:21.0.2' } javafx {