Skip to content

Commit

Permalink
Java:APIJSON-Boot-Test 升级 fastjson, mysql-connector-java 等版本
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Sep 25, 2020
1 parent 3b5bb19 commit c866f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APIJSON-Java-Server/APIJSONBootTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.61</version>
<version>1.2.73</version>
</dependency>

<!-- APIJSONBoot 需要用的 Spring 框架,1.4.1 以上 -->
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.11</version>
<version>8.0.16</version>
</dependency>
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->

Expand Down

0 comments on commit c866f23

Please sign in to comment.