Update getting-started.adoc

fix snapshot version
This commit is contained in:
Christian Tzolov
2024-03-26 10:33:36 +01:00
committed by GitHub
parent ce1381ba2b
commit b8c2df5aac

View File

@@ -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'
}