diff --git a/pom.xml b/pom.xml
index 331e30a1e..0824335f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
4.1.3
- 3.3.0
+ 3.3.3
6.1.4
4.3.4
1.0.0-beta.10
diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc
index 1e95aeceb..fa4c82c1d 100644
--- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc
+++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc
@@ -5,6 +5,8 @@ This section offers jumping off points for how to get started using Spring AI.
You should follow the steps in each of the following section according to your needs.
+NOTE: Spring AI supports Spring Boot 3.2.x and 3.3.x
+
== Spring Initializr
Head on over to https://start.spring.io/[start.spring.io] and select the AI Models and Vector Stores that you want to use in your new applications.