Skip to content

Commit 1578923

Browse files
committed
Update dependency
1 parent 04b4146 commit 1578923

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

chat-agent-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev.llmagentspec</groupId>
88
<artifactId>llm-agent-spec</artifactId>
9-
<version>0.2.2</version>
9+
<version>0.2.3</version>
1010
</parent>
1111

1212
<artifactId>chat-agent-model</artifactId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.18.2</version>
27+
<version>2.20.1</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.javaaidev.llmagentspec</groupId>
77
<artifactId>llm-agent-spec</artifactId>
8-
<version>0.2.2</version>
8+
<version>0.2.3</version>
99
<packaging>pom</packaging>
1010
<name>LLM Agent Spec</name>
1111
<description>Spec of LLM Agents</description>

spring-ai-adapter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev.llmagentspec</groupId>
88
<artifactId>llm-agent-spec</artifactId>
9-
<version>0.2.2</version>
9+
<version>0.2.3</version>
1010
</parent>
1111

1212
<artifactId>spring-ai-adapter</artifactId>
@@ -18,8 +18,8 @@
1818
<maven.compiler.source>${java.version}</maven.compiler.source>
1919
<maven.compiler.target>${java.version}</maven.compiler.target>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<spring-ai.version>1.0.0</spring-ai.version>
22-
<spring.version>6.2.3</spring.version>
21+
<spring-ai.version>1.0.3</spring-ai.version>
22+
<spring.version>6.2.12</spring.version>
2323
</properties>
2424

2525
<dependencyManagement>

0 commit comments

Comments
 (0)