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") } ```