From 449790f73a021ae901b7a52877ffb3f5d9931cee Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 23 Aug 2024 12:36:53 -0400 Subject: [PATCH] Update to Boot 3.3.3 Add to docs that spring ai supports 3.2.x and 3.3.x --- pom.xml | 2 +- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.