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 @@ -33,7 +33,7 @@ Gradle Groovy DSL
33
33
plugins {
34
34
id "org.springframework.boot" version "2.3.0.RELEASE"
35
35
id "com.github.johnrengelman.processes" version "0.5.0"
36
- id "org.springdoc.openapi-gradle-plugin" version "1.3.0 "
36
+ id "org.springdoc.openapi-gradle-plugin" version "1.3.3 "
37
37
}
38
38
```
39
39
@@ -42,7 +42,7 @@ Gradle Kotlin DSL
42
42
plugins {
43
43
id("org.springframework.boot") version "2.3.0.RELEASE"
44
44
id("com.github.johnrengelman.processes") version "0.5.0"
45
- id("org.springdoc.openapi-gradle-plugin") version "1.3.0 "
45
+ id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
46
46
}
47
47
```
48
48
@@ -131,7 +131,7 @@ The `groupedApiMappings` customization allows you to specify multiple URLs/file
131
131
2 . Update the version for the plugin to match the current version found in ` build.gradle.kts `
132
132
133
133
```
134
- id("org.springdoc.openapi-gradle-plugin") version "1.3.2 "
134
+ id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
135
135
```
136
136
137
137
3. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments