From c06fbbb7e1ee46b00f76c88fa8ce2af82a6fd5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 02:01:40 +0000 Subject: [PATCH] Bump approvaltests from 9.3.0 to 11.4.0 Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 9.3.0 to 11.4.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/commits/11.4.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..f52e1b1 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.4.0") } tasks.withType(JavaCompile) {