From b8c2df5aac6425a182e5e7f13fc6f237a8b22718 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 26 Mar 2024 10:33:36 +0100 Subject: [PATCH] Update getting-started.adoc fix snapshot version --- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4d08d2d72..486e6e1e4 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 @@ -113,7 +113,7 @@ As shown in the snippet below this can then be followed by version-less declarat [source,gradle] ---- dependencies { - implementation platform("org.springframework.ai:spring-ai-bom:0.8.1-SNAPSHOT") + implementation platform("org.springframework.ai:spring-ai-bom:1.0.0-SNAPSHOT") // Replace the following with the starter dependencies of specific modules you wish to use implementation 'org.springframework.ai:spring-ai-openai' }