Skip to content

Commit 24940d9

Browse files
committed
升级 APIJSON, apijson-framework, 自身 8.3.0,apijson-fastjson2, apijson-jackson 1.3.0, fastjson2 2.0.64
1 parent 09ce7ec commit 24940d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot-multi-datasource</artifactId>
8-
<version>8.2.0</version>
8+
<version>8.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.alibaba.fastjson2</groupId>
2828
<artifactId>fastjson2</artifactId>
29-
<version>2.0.61</version>
29+
<version>2.0.64</version>
3030
</dependency>
3131

3232
<!-- apijson-framework 需要用的依赖库,6.0.0 以上 -->
@@ -59,23 +59,23 @@
5959
<dependency>
6060
<groupId>com.github.Tencent</groupId>
6161
<artifactId>APIJSON</artifactId>
62-
<version>8.2.0</version>
62+
<version>8.3.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.github.APIJSON</groupId>
6666
<artifactId>apijson-framework</artifactId>
67-
<version>8.2.0</version>
67+
<version>8.3.0</version>
6868
</dependency>
6969
<!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 <<<<<<<<<<<<<<< -->
7070
<dependency>
7171
<groupId>com.github.APIJSON</groupId>
7272
<artifactId>apijson-fastjson2</artifactId>
73-
<version>1.2.0</version>
73+
<version>1.3.0</version>
7474
</dependency>
7575
<!-- <dependency>-->
7676
<!-- <groupId>com.github.APIJSON</groupId>-->
7777
<!-- <artifactId>apijson-jackson</artifactId>-->
78-
<!-- <version>1.2.1</version>-->
78+
<!-- <version>1.3.0</version>-->
7979
<!-- </dependency>-->
8080
<!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 >>>>>>>>>>>>>>> -->
8181

0 commit comments

Comments
 (0)