Skip to content

Commit abdacc9

Browse files
authored
Update README.md
1 parent 78414bf commit abdacc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gradle Groovy DSL
3333
plugins {
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
4242
plugins {
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
131131
2. 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
137137
3. Add the following to the spring boot apps `settings.gradle`

0 commit comments

Comments
 (0)