From 0c9b8a68938379c777705b0c5ad9431d62296fda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:20:32 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.4.2 to 1.5.2 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.4.2 to 1.5.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) 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..cf4fee8 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.junit.jupiter:junit-jupiter-api:5.4.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.4.2' - testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.4.2' + testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.5.2' } contacts {