Skip to content

Commit e855f9c

Browse files
committed
docs update with version 1.8.0
1 parent 0fa88bc commit e855f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gradle Groovy DSL
2626
```groovy
2727
plugins {
2828
id "org.springframework.boot" version "2.7.0"
29-
id "org.springdoc.openapi-gradle-plugin" version "1.7.0"
29+
id "org.springdoc.openapi-gradle-plugin" version "1.8.0"
3030
}
3131
```
3232

@@ -35,7 +35,7 @@ Gradle Kotlin DSL
3535
```groovy
3636
plugins {
3737
id("org.springframework.boot") version "2.7.0"
38-
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
38+
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
3939
}
4040
```
4141

@@ -158,7 +158,7 @@ OpenAPI doc.
158158
in `build.gradle.kts`
159159

160160
```
161-
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
161+
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
162162
```
163163
164164
3. Add the following to the spring boot apps `settings.gradle`

0 commit comments

Comments
 (0)