Skip to content

Commit

Permalink
docs update to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Aug 15, 2023
1 parent a629dae commit f3ee06a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0"
id "org.springdoc.openapi-gradle-plugin" version "1.7.0"
}
```

Expand All @@ -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.6.0"
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
}
```

Expand Down Expand Up @@ -158,7 +158,7 @@ OpenAPI doc.
in `build.gradle.kts`

```
id("org.springdoc.openapi-gradle-plugin") version "1.6.0"
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
```
3. Add the following to the spring boot apps `settings.gradle`
Expand Down

0 comments on commit f3ee06a

Please sign in to comment.