From 7ca76951496969e029fb145b2c7d9fdfca31b6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:19:02 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.3.3 to 22.4.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.3.3 to 22.4.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.3.3...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 f5e5069..4c83a90 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-java:7.15.0' testImplementation 'io.cucumber:cucumber-junit:7.15.0' testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2' - testImplementation 'com.approvaltests:approvaltests:22.3.3' + testImplementation 'com.approvaltests:approvaltests:22.4.0' } tasks.withType(JavaCompile) {