File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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`
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group = " org.springdoc"
12
- version = " 1.3.3 -SNAPSHOT"
12
+ version = " 1.3.4 -SNAPSHOT"
13
13
14
14
sonarqube {
15
15
properties {
You can’t perform that action at this time.
0 commit comments