From 06a9827380189b5b4db74c5c3ca0ebc45e0962ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:31:28 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.3.2 to 22.4.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.3.2 to 22.4.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.3.2...22.4.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c23b157c..f10cdbc5 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation platform("org.junit:junit-bom:5.10.1") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.assertj:assertj-core:3.25.2" - testImplementation "com.approvaltests:approvaltests:22.3.2" + testImplementation "com.approvaltests:approvaltests:22.4.0" } shadowJar {