From 3ecc5b413e1fbffbbb4b4fa04cafe8e6bbcfffca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 02:04:30 +0000 Subject: [PATCH] Bump approvaltests from 9.3.0 to 11.6.0 Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 9.3.0 to 11.6.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/commits/11.6.0) 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..9a760fb 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ 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-engine:5.6.2") - testImplementation("com.approvaltests:approvaltests:9.3.0") + testImplementation("com.approvaltests:approvaltests:11.6.0") } tasks.withType(JavaCompile) {