diff --git a/README.md b/README.md
index efab041a3..7ec030e44 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
[](https://sonarcloud.io/dashboard?id=springdoc_springdoc-openapi)
[](https://snyk.io/test/github/springdoc/springdoc-openapi.git)
[](https://stackoverflow.com/questions/tagged/springdoc?tab=Votes)
+[](https://central.sonatype.com/search?q=g:org.springdoc)
IMPORTANT: ``springdoc-openapi v1.8.0`` is the latest Open Source release supporting
Spring Boot 2.x and 1.x.
@@ -118,14 +119,14 @@ Maven
org.springdoc
springdoc-openapi-starter-webmvc-ui
- last-release-version
+ 2.8.6
```
Gradle
```groovy
-implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
+implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
```
* This step is optional: For custom path of the swagger documentation in HTML format, add
@@ -172,14 +173,14 @@ Maven
org.springdoc
springdoc-openapi-starter-webmvc-api
- last-release-version
+ 2.8.6
```
Gradle
```groovy
-implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:latest'
+implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.6'
```
* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -225,14 +226,14 @@ Maven
org.springdoc
springdoc-openapi-starter-webflux-ui
- last-release-version
+ 2.8.6
```
Gradle
```groovy
-implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:latest'
+implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.6'
```
* This step is optional: For custom path of the swagger documentation in HTML format, add