From 262f52e11d8b037d8d56b257e0a6f8af23c804a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 07:46:48 +0000 Subject: [PATCH] Bump com.approvaltests:approvaltests from 22.3.1 to 22.3.2 Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 22.3.1 to 22.3.2. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/22.3.1...22.3.2) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-patch ... 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 92cdf5f..d71c067 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' 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:22.3.1") + testImplementation("com.approvaltests:approvaltests:22.3.2") testImplementation("com.google.code.gson:gson:2.10.1") // Need scala-xml at test runtime