From 82872f50e36f092e2333a161d153b779b4aa1cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:00:59 +0000 Subject: [PATCH] build(deps): Bump com.approvaltests:approvaltests from 25.8.0 to 25.10.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 25.8.0 to 25.10.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Changelog](https://github.com/approvals/ApprovalTests.Java/blob/master/internal_documentation/release.md) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/25.8.0...25.10.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-version: 25.10.0 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 e5bcfbb1..8b9cd102 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { because "allows tests to run from IDEs that bundle older version of launcher" } - testImplementation("com.approvaltests:approvaltests:25.8.0") + testImplementation("com.approvaltests:approvaltests:25.10.0") def mockitoVersion = "5.20.0" testImplementation("org.mockito:mockito-core:${mockitoVersion}")