From e855f9c3aeb776f3d3ef285c80aca748c5a50950 Mon Sep 17 00:00:00 2001 From: "Badr.NassLahsen" Date: Mon, 16 Oct 2023 16:19:04 +0200 Subject: [PATCH] docs update with version 1.8.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35cdd78..db6bb9a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Gradle Groovy DSL ```groovy plugins { id "org.springframework.boot" version "2.7.0" - id "org.springdoc.openapi-gradle-plugin" version "1.7.0" + id "org.springdoc.openapi-gradle-plugin" version "1.8.0" } ``` @@ -35,7 +35,7 @@ Gradle Kotlin DSL ```groovy plugins { id("org.springframework.boot") version "2.7.0" - id("org.springdoc.openapi-gradle-plugin") version "1.7.0" + id("org.springdoc.openapi-gradle-plugin") version "1.8.0" } ``` @@ -158,7 +158,7 @@ OpenAPI doc. in `build.gradle.kts` ``` - id("org.springdoc.openapi-gradle-plugin") version "1.7.0" + id("org.springdoc.openapi-gradle-plugin") version "1.8.0" ``` 3. Add the following to the spring boot apps `settings.gradle`