From b57ce137251003e071faa6bddc697d23e97fa723 Mon Sep 17 00:00:00 2001 From: JangHyeok2909 Date: Mon, 3 Aug 2026 18:42:14 +0900 Subject: [PATCH] docs(v2): refine the Spring Boot compatibility matrix --- docs/v2/faq.html | 6 +++--- docs/v2/index.html | 6 +++--- src/docs/asciidoc/v2/faq.adoc | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v2/faq.html b/docs/v2/faq.html index 86b285f..68a6bb6 100644 --- a/docs/v2/faq.html +++ b/docs/v2/faq.html @@ -2025,11 +2025,11 @@

3.5.x

-

2.8.x

+

2.8.9 - 2.9.x

3.4.x

-

2.7.x - 2.8.x

+

2.7.x - 2.8.8

3.3.x

@@ -2127,7 +2127,7 @@

diff --git a/docs/v2/index.html b/docs/v2/index.html index 598642c..80db8c9 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -4705,11 +4705,11 @@

3.5.x

-

2.8.x

+

2.8.9 - 2.9.x

3.4.x

-

2.7.x - 2.8.x

+

2.7.x - 2.8.8

3.3.x

@@ -4807,7 +4807,7 @@

diff --git a/src/docs/asciidoc/v2/faq.adoc b/src/docs/asciidoc/v2/faq.adoc index 3210613..3ab17c0 100644 --- a/src/docs/asciidoc/v2/faq.adoc +++ b/src/docs/asciidoc/v2/faq.adoc @@ -1072,8 +1072,8 @@ More precisely, this the exhaustive list of spring-boot versions against which ` |=== | Spring Boot Versions | Springdoc OpenAPI Versions |`4.x.x` | `3.x.x` -|`3.5.x` | `2.8.x` -|`3.4.x` | `2.7.x` - `2.8.x` +|`3.5.x` | `2.8.9` - `2.9.x` +|`3.4.x` | `2.7.x` - `2.8.8` |`3.3.x` | `2.6.x` |`3.2.x` | `2.3.x` - `2.5.x` |`3.1.x` | `2.2.x`