Skip to content

Commit

Permalink
升级自身, fastjson 版本分别为 5.0.0, 1.2.79
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Mar 27, 2022
1 parent d7c3115 commit d803766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.orm</groupId>
<artifactId>apijson-orm</artifactId>
<version>4.9.0</version>
<version>5.0.0</version>
<packaging>jar</packaging>

<name>APIJSONORM</name>
Expand All @@ -18,11 +18,10 @@
</properties>

<dependencies>
<!-- 1.2.75 会导致编译报错,且忽略错误后启动报错找不到主类 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.74</version>
<version>1.2.79</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion APIJSONORM/src/main/java/apijson/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Log {

public static boolean DEBUG = true;

public static final String VERSION = "4.9.0";
public static final String VERSION = "5.0.0";
public static final String KEY_SYSTEM_INFO_DIVIDER = "---|-----APIJSON SYSTEM INFO-----|---";

//默认的时间格式
Expand Down

0 comments on commit d803766

Please sign in to comment.