diff --git a/README.md b/README.md
index 5656655..ec0a3ef 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
## Gradle
Add dependency to `build.gradle`.
```gradle
-implementation("com.github.ngoanh2n:csv-comparator:1.8.0")
+implementation("com.github.ngoanh2n:csv-comparator:1.9.0")
```
## Maven
@@ -35,7 +35,7 @@ Add dependency to `pom.xml`.
com.github.ngoanh2n
csv-comparator
- 1.8.0
+ 1.9.0
```
diff --git a/csv-comparator-allure/README.md b/csv-comparator-allure/README.md
index d6ec35f..04065ba 100644
--- a/csv-comparator-allure/README.md
+++ b/csv-comparator-allure/README.md
@@ -20,7 +20,7 @@ When using Allure as a report framework, `csv-comparator-allure` should be used.
## Gradle
Add to `build.gradle`.
```gradle
-implementation("com.github.ngoanh2n:csv-comparator-allure:1.8.0")
+implementation("com.github.ngoanh2n:csv-comparator-allure:1.9.0")
```
## Maven
@@ -29,7 +29,7 @@ Add to `pom.xml`.
com.github.ngoanh2n
csv-comparator-allure
- 1.8.0
+ 1.9.0
```