From 0745cc25d3a244e5caf1c359cbcf35ad9d1d8992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:14:53 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 24.11.0 to 24.12.0 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 24.11.0 to 24.12.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/24.11.0...24.12.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-minor ... 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 9af9a36..c38cf67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.scalatest:scalatest_2.13:3.3.0-SNAP4' testImplementation 'org.scalatestplus:junit-4-13_2.13:3.3.0.0-SNAP3' - testImplementation("com.approvaltests:approvaltests:24.11.0") + testImplementation("com.approvaltests:approvaltests:24.12.0") testImplementation("com.google.code.gson:gson:2.11.0") // Need scala-xml at test runtime