diff --git a/readme.md b/readme.md
index 4e0c2f6ad..8b8af9a69 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
# MapStruct - Java bean mappings, the easy way!
-[](https://search.maven.org/search?q=g:org.mapstruct%20AND%20v:1.*.Final)
+[](https://search.maven.org/search?q=g:org.mapstruct%20AND%20v:1.*.Final)
[](https://search.maven.org/search?q=g:org.mapstruct)
[](https://github.com/mapstruct/mapstruct/blob/master/LICENSE.txt)
@@ -68,7 +68,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
```xml
...
- 1.5.3.Final
+ 1.5.5.Final
...
@@ -114,10 +114,10 @@ plugins {
dependencies {
...
- implementation 'org.mapstruct:mapstruct:1.5.3.Final'
+ implementation 'org.mapstruct:mapstruct:1.5.5.Final'
- annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final'
- testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final' // if you are using mapstruct in test code
+ annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
+ testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' // if you are using mapstruct in test code
}
...
```