From 2ab8480bb3e514f1286384d7e6da31f6d7c0c7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 02:02:07 +0000 Subject: [PATCH] Bump approvaltests from 9.3.0 to 10.3.0 Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 9.3.0 to 10.3.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/commits/10.3.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..0c3a1cf 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:10.3.0") } tasks.withType(JavaCompile) {