Skip to content

Commit 3760cd0

Browse files
committed
docs update with version 1.9.0
1 parent e855f9c commit 3760cd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gradle Groovy DSL
2626
```groovy
2727
plugins {
2828
id "org.springframework.boot" version "2.7.0"
29-
id "org.springdoc.openapi-gradle-plugin" version "1.8.0"
29+
id "org.springdoc.openapi-gradle-plugin" version "1.9.0"
3030
}
3131
```
3232

@@ -35,7 +35,7 @@ Gradle Kotlin DSL
3535
```groovy
3636
plugins {
3737
id("org.springframework.boot") version "2.7.0"
38-
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
38+
id("org.springdoc.openapi-gradle-plugin") version "1.9.0"
3939
}
4040
```
4141

@@ -158,7 +158,7 @@ OpenAPI doc.
158158
in `build.gradle.kts`
159159

160160
```
161-
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
161+
id("org.springdoc.openapi-gradle-plugin") version "1.9.0"
162162
```
163163
164164
3. Add the following to the spring boot apps `settings.gradle`

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.springdoc"
12-
version = "1.8.0"
12+
version = "1.9.0"
1313

1414
sonarqube {
1515
properties {

0 commit comments

Comments
 (0)