From 25174d6ba87ee2fc4dd6de6adf86659d07eb8b02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 11:12:20 +0000 Subject: [PATCH] Bump junit-jupiter-engine from 5.4.2 to 5.6.0 Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.4.2 to 5.6.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.4.2...r5.6.0) 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 a2482a8..62f5b30 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.9' implementation 'org.apache.commons:commons-collections4:4.3' implementation 'org.junit.jupiter:junit-jupiter-api:5.4.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.4.2' testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.4.2' }