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
3333plugins {
3434 id "org.springframework.boot" version "2.3.0.RELEASE"
3535 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 "
3737}
3838```
3939
@@ -42,7 +42,7 @@ Gradle Kotlin DSL
4242plugins {
4343 id("org.springframework.boot") version "2.3.0.RELEASE"
4444 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 "
4646}
4747```
4848
@@ -131,7 +131,7 @@ The `groupedApiMappings` customization allows you to specify multiple URLs/file
1311312 . Update the version for the plugin to match the current version found in ` build.gradle.kts `
132132
133133 ```
134- id("org.springdoc.openapi-gradle-plugin") version "1.3.2 "
134+ id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
135135 ```
136136
1371373. 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 {
99}
1010
1111group = " org.springdoc"
12- version = " 1.3.3 -SNAPSHOT"
12+ version = " 1.3.4 -SNAPSHOT"
1313
1414sonarqube {
1515 properties {
You can’t perform that action at this time.
0 commit comments