|
21 | 21 |
|
22 | 22 | <properties> |
23 | 23 | <!-- Spring AI Alibaba Version --> |
24 | | - <spring-ai-alibaba.version>1.1.0.0</spring-ai-alibaba.version> |
| 24 | + <spring-ai-alibaba.version>1.1.2.0</spring-ai-alibaba.version> |
25 | 25 | <!-- Spring AI Alibaba DataAgent Version --> |
26 | 26 | <revision>1.0.0-SNAPSHOT</revision> |
27 | 27 | <!-- DashScope SDK Version --> |
|
35 | 35 | <maven.compiler.target>${java.version}</maven.compiler.target> |
36 | 36 |
|
37 | 37 | <!-- Spring version --> |
38 | | - <spring-ai.version>1.1.0</spring-ai.version> |
39 | | - <spring-boot.version>3.4.8</spring-boot.version> |
40 | | - <springdoc-openapi.version>2.8.8</springdoc-openapi.version> |
| 38 | + <spring-ai.version>1.1.2</spring-ai.version> |
| 39 | + <spring-boot.version>3.5.10</spring-boot.version> |
| 40 | + <springdoc-openapi.version>2.8.15</springdoc-openapi.version> |
41 | 41 | <spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version> |
42 | | - <mybatis.version>3.0.4</mybatis.version> |
| 42 | + <mybatis.version>3.0.5</mybatis.version> |
43 | 43 |
|
44 | 44 | <!-- CheckStyle Maven Plugin --> |
45 | 45 | <maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version> |
|
50 | 50 | <!-- spotless version--> |
51 | 51 | <spotless-maven-plugin.version>3.1.0</spotless-maven-plugin.version> |
52 | 52 | <docker-java.version>3.5.3</docker-java.version> |
53 | | - <gpdb.version>3.0.0</gpdb.version> |
| 53 | + <gpdb.version>4.0.2</gpdb.version> |
54 | 54 | <druid.version>1.2.22</druid.version> |
55 | | - <postgresql.version>42.4.1</postgresql.version> |
56 | | - <commons-collections.version>3.2.1</commons-collections.version> |
| 55 | + <postgresql.version>42.7.9</postgresql.version> |
| 56 | + <commons-collections.version>3.2.2</commons-collections.version> |
57 | 57 | <commons-io.version>2.18.0</commons-io.version> |
| 58 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
58 | 59 | <commonmark.version>0.17.0</commonmark.version> |
59 | | - <httpclient5.version>5.4.1</httpclient5.version> |
| 60 | + <httpclient5.version>5.5.2</httpclient5.version> |
60 | 61 | <commons-compress.version>1.27.1</commons-compress.version> |
61 | 62 | <netty-resolver-dns-native-macos.version>4.1.114.Final</netty-resolver-dns-native-macos.version> |
62 | 63 | <netty-transport-native-epoll.version>4.1.114.Final</netty-transport-native-epoll.version> |
|
138 | 139 | <artifactId>commons-io</artifactId> |
139 | 140 | <version>${commons-io.version}</version> |
140 | 141 | </dependency> |
| 142 | + <dependency> |
| 143 | + <groupId>org.apache.commons</groupId> |
| 144 | + <artifactId>commons-lang3</artifactId> |
| 145 | + <version>${commons-lang3.version}</version> |
| 146 | + </dependency> |
141 | 147 | <dependency> |
142 | 148 | <groupId>com.atlassian.commonmark</groupId> |
143 | 149 | <artifactId>commonmark</artifactId> |
|
0 commit comments