From 3c7ef87d59be59cbe49502133c79c35c480a133f Mon Sep 17 00:00:00 2001 From: Linus Dietz Date: Mon, 15 Oct 2018 22:15:35 +0200 Subject: [PATCH] Update junit-pioneer from 0.2.1 -> 0.2.2 (#4374) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae67cf00cb6..79387f7c926 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.1' testCompile 'org.junit.platform:junit-platform-launcher:1.3.1' - testCompile 'org.junit-pioneer:junit-pioneer:0.2.1' + testCompile 'org.junit-pioneer:junit-pioneer:0.2.2' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1' testCompile 'org.mockito:mockito-core:2.23.0'