Skip to content

Commit b51c40c

Browse files
committed
Add TrustStore Support for Fetching OpenAPI via HTTPS with Self-Signed Certificates. Fixes #136 #135
1 parent 6682317 commit b51c40c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application from a Gradle build.
99
Compatibility 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

1414
Dependencies
1515
------------
@@ -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

@@ -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
184184
3. Add the following to the spring boot apps `settings.gradle`

0 commit comments

Comments
 (0)