From 700e0b2d0bcf140a754536875cc5118f57b7aedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:12:31 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 19.0.0 to 20.0.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 19.0.0 to 20.0.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/19.0.0...20.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 c91784a..bae882b 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:19.0.0") + testImplementation("com.approvaltests:approvaltests:20.0.0") testImplementation("com.google.code.gson:gson:2.10.1") }