diff --git a/README.md b/README.md index 499fc2e..d0b26a1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you use **Maven**, add the following dependency to pom.xml: com.codeborne pdf-test - 1.9.0 + 1.9.2 test ``` @@ -65,7 +65,7 @@ If you use **Maven**, add the following dependency to pom.xml: If you use **Gradle**, add the following dependency to build.gradle: ```groovy - testImplementation 'com.codeborne:pdf-test:1.9.0' + testImplementation 'com.codeborne:pdf-test:1.9.2' ``` ## How to contribute