From c3cbb16dcf176685c541ab5a8c475c16aa11359e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:57:47 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.2.1 to 22.3.1 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.2.1 to 22.3.1. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.2.1...22.3.1) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-minor ... 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 00b8ad5..9e52bf6 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.1' - testImplementation("com.approvaltests:approvaltests:22.2.1") + testImplementation("com.approvaltests:approvaltests:22.3.1") testImplementation("com.google.code.gson:gson:2.10.1") }