From bd0c90b56735379d30be143d76961f71fd681637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:04:18 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 24.14.0 to 24.14.1 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 24.14.0 to 24.14.1. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/24.14.0...24.14.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 d031684..bde0417 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.11.4' - testImplementation("com.approvaltests:approvaltests:24.14.0") + testImplementation("com.approvaltests:approvaltests:24.14.1") testImplementation("com.google.code.gson:gson:2.11.0") }