diff --git a/README.md b/README.md index ca16a54..7f49919 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the following Maven dependency to get started quickly with Spring: com.jeromeloisel db-spring-elasticsearch-starter - 1.1.0 + 1.1.1 ``` ### Vanilla Java @@ -29,7 +29,7 @@ To get started with Vanilla Java application, you need to add two dependencies: com.jeromeloisel db-conversion-jackson - 1.1.0 + 1.1.1 ``` This dependency provides the Jackson Json serialization mechanism. @@ -38,7 +38,7 @@ This dependency provides the Jackson Json serialization mechanism. com.jeromeloisel db-repository-elasticsearch - 1.1.0 + 1.1.1 ```