From 30d4c17f0fb90d55ef91949bf1bb56bff2acc547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 02:01:25 +0000 Subject: [PATCH] Bump approvaltests from 9.3.0 to 11.2.2 Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 9.3.0 to 11.2.2. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/commits/11.2.2) 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..57faa33 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.2.2") } tasks.withType(JavaCompile) {