Skip to content

Commit 2fd9c9e

Browse files
authored
Merge pull request #15 from arey/feature/spring-ai-1.0.0-M8
Update Spring AI to 1.0.0-M8
2 parents 4d7059c + 836e7d1 commit 2fd9c9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Oded described his approach in those 2 blog posts:
1414
Spring Petclinic integrates a Chatbot that allows you to interact with the application in a natural language. Here are **some examples** of what you could ask:
1515

1616
1. Please list the owners that come to the clinic.
17-
2. How many vets are there?
18-
3. Is there an owner named Betty?
17+
2. How many veterinary cardiologists are there?
18+
3. Is there an owner named Betty? What's her lastname?
1919
4. Which owners have dogs?
2020
5. Add a dog for Betty. Its name is Moopsie.
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext.webjarsLocatorLiteVersion = "1.0.1"
3232
ext.webjarsFontawesomeVersion = "4.7.0"
3333
ext.webjarsBootstrapVersion = "5.3.3"
3434
ext.webjarsMarkedVersion = "14.1.2"
35-
ext.springAiVersion = "1.0.0-M7"
35+
ext.springAiVersion = "1.0.0-M8"
3636

3737
dependencies {
3838
// Workaround for AOT issue (https://github.com/spring-projects/spring-framework/pull/33949) -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven-checkstyle.version>3.6.0</maven-checkstyle.version>
3939
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
4040
<spring-format.version>0.0.43</spring-format.version>
41-
<spring-ai.version>1.0.0-M7</spring-ai.version>
41+
<spring-ai.version>1.0.0-M8</spring-ai.version>
4242
</properties>
4343

4444
<dependencies>

0 commit comments

Comments
 (0)