From 2bcc618b862903d95ea8724586b97788762ccf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:32:50 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.2.0 to 22.2.1 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.2.0 to 22.2.1. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.2.0...22.2.1) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2a6d18..03f9705 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,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:22.2.0") + testImplementation("com.approvaltests:approvaltests:22.2.1") testImplementation("com.google.code.gson:gson:2.10.1") }