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 @@ -27,15 +27,15 @@ Gradle Groovy DSL
2727``` groovy
2828plugins {
2929 id "org.springframework.boot" version "2.3.0.RELEASE"
30- id "org.springdoc.openapi-gradle-plugin" version "1.3.3 "
30+ id "org.springdoc.openapi-gradle-plugin" version "1.3.4 "
3131}
3232```
3333
3434Gradle Kotlin DSL
3535``` groovy
3636plugins {
3737 id("org.springframework.boot") version "2.3.0.RELEASE"
38- id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
38+ id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
3939}
4040```
4141
@@ -124,7 +124,7 @@ The `groupedApiMappings` customization allows you to specify multiple URLs/file
1241242 . Update the version for the plugin to match the current version found in ` build.gradle.kts `
125125
126126 ```
127- id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
127+ id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
128128 ```
129129
1301303. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments