|
5 | 5 |
|
6 | 6 | <groupId>apijson.boot</groupId> |
7 | 7 | <artifactId>apijson-boot</artifactId> |
8 | | - <version>4.9.1</version> |
| 8 | + <version>5.0.0</version> |
9 | 9 | <!-- <packaging>jar</packaging> --> |
10 | 10 |
|
11 | 11 | <name>APIJSONBoot-MultiDataSource</name> |
|
22 | 22 | <dependency> |
23 | 23 | <groupId>com.alibaba</groupId> |
24 | 24 | <artifactId>fastjson</artifactId> |
25 | | - <version>1.2.74</version> |
| 25 | + <version>1.2.79</version> |
26 | 26 | </dependency> |
27 | 27 |
|
28 | 28 | <!-- apijson-framework 需要用的依赖库,4.0.0 以上 --> |
|
37 | 37 | <dependency> |
38 | 38 | <groupId>com.github.TommyLemon</groupId> |
39 | 39 | <artifactId>unitauto-java</artifactId> |
40 | | - <version>2.6.3</version> |
| 40 | + <version>2.6.4</version> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>com.github.TommyLemon</groupId> |
44 | 44 | <artifactId>unitauto-jar</artifactId> |
45 | | - <version>2.6.3</version> |
| 45 | + <version>2.6.4</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>io.github.classgraph</groupId> |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>com.github.Tencent</groupId> |
58 | 58 | <artifactId>APIJSON</artifactId> |
59 | | - <version>4.9.1</version> |
| 59 | + <version>5.0.0</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.github.APIJSON</groupId> |
63 | 63 | <artifactId>apijson-framework</artifactId> |
64 | | - <version>4.9.1</version> |
| 64 | + <version>5.0.0</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>com.github.APIJSON</groupId> |
68 | 68 | <artifactId>apijson-column</artifactId> |
69 | | - <version>1.1.7</version> |
| 69 | + <version>1.2.0</version> |
70 | 70 | </dependency> |
71 | 71 | <!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> --> |
72 | 72 |
|
|
0 commit comments