From c416248d5f6df91cf1676aea54f5121de22fe291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:28:15 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 20.0.0 to 21.0.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/20.0.0...21.0.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bae882b..aa130e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ dependencies { // Use the awesome Spock testing and specification framework even with Java testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' - testImplementation("com.approvaltests:approvaltests:20.0.0") + testImplementation("com.approvaltests:approvaltests:21.0.0") testImplementation("com.google.code.gson:gson:2.10.1") }