File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gradle Groovy DSL
2626``` groovy
2727plugins {
2828 id "org.springframework.boot" version "2.7.0"
29- id "org.springdoc.openapi-gradle-plugin" version "1.6 .0"
29+ id "org.springdoc.openapi-gradle-plugin" version "1.7 .0"
3030}
3131```
3232
@@ -35,7 +35,7 @@ Gradle Kotlin DSL
3535``` groovy
3636plugins {
3737 id("org.springframework.boot") version "2.7.0"
38- id("org.springdoc.openapi-gradle-plugin") version "1.6 .0"
38+ id("org.springdoc.openapi-gradle-plugin") version "1.7 .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.6 .0"
161+ id("org.springdoc.openapi-gradle-plugin") version "1.7 .0"
162162 ```
163163
1641643. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments