Update spring boot and spring ai to latest, add some run-verify scripts for automation

This commit is contained in:
Mark Pollack
2025-05-02 14:11:49 -04:00
parent 234d3ff919
commit cba325ac5b
38 changed files with 682 additions and 51 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<version>3.4.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.spring.ai</groupId>
@@ -16,7 +16,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>17</java.version>
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
<spring-ai.version>1.0.0-M8</spring-ai.version>
</properties>
<dependencies>
<dependency>
@@ -25,16 +25,16 @@
</dependency>
<!-- <dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-openai</artifactId>
</dependency> -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-anthropic</artifactId>
<artifactId>spring-ai-starter-model-openai</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.ai</groupId>-->
<!-- <artifactId>spring-ai-starter-model-anthropic</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>
<groupId>org.springframework.ai</groupId>