Skip to content

Commit 4b39fe9

Browse files
authored
Update README.md
1 parent 6c5e1e1 commit 4b39fe9

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
@@ -27,15 +27,15 @@ Gradle Groovy DSL
2727
```groovy
2828
plugins {
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

3434
Gradle Kotlin DSL
3535
```groovy
3636
plugins {
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
124124
2. 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
130130
3. Add the following to the spring boot apps `settings.gradle`

0 commit comments

Comments
 (0)