File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ko_fi : alexcheng1982
2+ github : alexcheng1982
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.llmagentspec</groupId >
88 <artifactId >llm-agent-spec</artifactId >
9- <version >1 .0.0</version >
9+ <version >2 .0.0</version >
1010 </parent >
1111
1212 <artifactId >chat-agent-model</artifactId >
2222
2323 <dependencies >
2424 <dependency >
25- <groupId >com.fasterxml .jackson.core</groupId >
25+ <groupId >tools .jackson.core</groupId >
2626 <artifactId >jackson-databind</artifactId >
27- <version >2.20.1 </version >
27+ <version >3.1.2 </version >
2828 </dependency >
2929 </dependencies >
3030</project >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.llmagentspec</groupId >
88 <artifactId >llm-agent-spec</artifactId >
9- <version >1 .0.0</version >
9+ <version >2 .0.0</version >
1010 </parent >
1111
1212 <artifactId >google-genai-adapter</artifactId >
1717 <maven .compiler.source>${java.version} </maven .compiler.source>
1818 <maven .compiler.target>${java.version} </maven .compiler.target>
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20- <google-genai .version>1.24 .0</google-genai .version>
21- <spring .version>6.2.14 </spring .version>
20+ <google-genai .version>1.51 .0</google-genai .version>
21+ <spring .version>7.0.7 </spring .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.javaaidev.llmagentspec</groupId >
77 <artifactId >llm-agent-spec</artifactId >
8- <version >1 .0.0</version >
8+ <version >2 .0.0</version >
99 <packaging >pom</packaging >
1010 <name >LLM Agent Spec</name >
1111 <description >Spec of LLM Agents</description >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.llmagentspec</groupId >
88 <artifactId >llm-agent-spec</artifactId >
9- <version >1 .0.0</version >
9+ <version >2 .0.0</version >
1010 </parent >
1111
1212 <artifactId >spring-ai-adapter</artifactId >
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.1.1 </spring-ai .version>
22- <spring .version>6.2.14 </spring .version>
21+ <spring-ai .version>2.0.0-M4 </spring-ai .version>
22+ <spring .version>7.0.7 </spring .version>
2323 </properties >
2424
2525 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments