From 5479ff1e72c2c356a73b079ad1b4ae9e282790c2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Jan 2025 22:27:24 +0000 Subject: [PATCH] v 24.14.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd00e456..68b5b21b 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file: com.approvaltests approvaltests - 24.14.1 + 24.14.2 test ``` @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file: ```gradle dependencies { - testImplementation("com.approvaltests:approvaltests:24.14.1") + testImplementation("com.approvaltests:approvaltests:24.14.2") } ```