File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ application from a Gradle build.
99Compatibility Notes
1010-------------------
1111
12- The plugin is built on Gradle version 7.0 .
12+ The plugin is built on Gradle version 8.2.1 .
1313
1414Dependencies
1515------------
@@ -26,7 +26,7 @@ Gradle Groovy DSL
2626``` groovy
2727plugins {
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
3636plugins {
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
@@ -178,7 +178,7 @@ OpenAPI doc.
178178 in ` build.gradle.kts `
179179
180180 ```
181- id("org.springdoc.openapi-gradle-plugin") version "1.8 .0"
181+ id("org.springdoc.openapi-gradle-plugin") version "1.9 .0"
182182 ```
183183
1841843. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments