From 2d8293ef8f5c38c1620c25d0396ab20b3e3e5358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:43:26 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.4.0 to 23.0.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.4.0 to 23.0.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.4.0...23.0.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c83a90..c5549b9 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.4.0' + testImplementation 'com.approvaltests:approvaltests:23.0.0' } tasks.withType(JavaCompile) {