From d925c821aabd6379c43042a474eb01596135cd2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 07:47:01 +0000 Subject: [PATCH] Bump testfx-junit5 from 4.0.15-alpha to 4.0.17-alpha-SNAPSHOT Bumps testfx-junit5 from 4.0.15-alpha to 4.0.17-alpha-SNAPSHOT. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 635cac253d4..b84ae74f33c 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ dependencies { //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' testCompile "org.testfx:testfx-core:4.0.15-alpha" - testCompile "org.testfx:testfx-junit5:4.0.15-alpha" + testCompile "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT" checkstyle 'com.puppycrawl.tools:checkstyle:8.23' xjc 'com.sun.xml.bind:jaxb-xjc:2.2.4-1'