diff --git a/docs/faq.html b/docs/faq.html index 9cc4d66..3585f55 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -2004,7 +2004,7 @@
springdoc-openapi 2.x is compatible with spring-boot 3.
In general, you should only pick the last stable version as per today 2.8.17.
+In general, you should only pick the last stable version as per today 3.0.3.
More precisely, this the exhaustive list of spring-boot versions against which springdoc-openapi has been built:
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
- <version>2.8.17</version>
+ <version>3.0.3</version>
</dependency>