File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.orm</groupId >
77 <artifactId >apijson-orm</artifactId >
8- <version >4.9 .0</version >
8+ <version >5.0 .0</version >
99 <packaging >jar</packaging >
1010
1111 <name >APIJSONORM</name >
1818 </properties >
1919
2020 <dependencies >
21- <!-- 1.2.75 会导致编译报错,且忽略错误后启动报错找不到主类 -->
2221 <dependency >
2322 <groupId >com.alibaba</groupId >
2423 <artifactId >fastjson</artifactId >
25- <version >1.2.74 </version >
24+ <version >1.2.79 </version >
2625 </dependency >
2726 <dependency >
2827 <groupId >javax.activation</groupId >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Log {
1414
1515 public static boolean DEBUG = true ;
1616
17- public static final String VERSION = "4.9 .0" ;
17+ public static final String VERSION = "5.0 .0" ;
1818 public static final String KEY_SYSTEM_INFO_DIVIDER = "---|-----APIJSON SYSTEM INFO-----|---" ;
1919
2020 //默认的时间格式
You can’t perform that action at this time.
0 commit comments