Skip to content

Commit 6285054

Browse files
authored
Update README.md
1 parent c7eea78 commit 6285054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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.2.4.RELEASE"
3535
id "com.github.johnrengelman.processes" version "0.5.0"
36-
id("org.springdoc.openapi-gradle-plugin") version "1.0.0"
36+
id("org.springdoc.openapi-gradle-plugin") version "1.2.0"
3737
}
3838
```
3939

@@ -42,7 +42,7 @@ Gradle Kotlin DSL
4242
plugins {
4343
id("org.springframework.boot") version "2.2.4.RELEASE"
4444
id("com.github.johnrengelman.processes") version "0.5.0"
45-
id("org.springdoc.openapi-gradle-plugin") version "1.0.0"
45+
id("org.springdoc.openapi-gradle-plugin") version "1.2.0"
4646
}
4747
```
4848

0 commit comments

Comments
 (0)