Skip to content

Commit 8caa051

Browse files
authored
Merge branch 'master' into master
2 parents 4d43c53 + abdacc9 commit 8caa051

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
@@ -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`

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.3.3-SNAPSHOT"
12+
version = "1.3.4-SNAPSHOT"
1313

1414
sonarqube {
1515
properties {

0 commit comments

Comments
 (0)