From 122c3d44a1761e1f5e7b344a93f7b5094bbea2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 02:01:52 +0000 Subject: [PATCH] Bump junit-jupiter-params from 5.6.2 to 5.7.1 Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ea3ece..80bf27e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.6.2") testImplementation("com.approvaltests:approvaltests:9.3.0") }