File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
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 >5.0.5 </version >
8+ <version >5.1.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >APIJSONORM</name >
2323 <artifactId >fastjson</artifactId >
2424 <version >1.2.79</version >
2525 </dependency >
26- <dependency >
27- <groupId >javax.activation</groupId >
28- <artifactId >activation</artifactId >
29- <version >1.1.1</version >
30- </dependency >
3126 </dependencies >
3227
3328 <build >
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 = "5.0 .0" ;
17+ public static final String VERSION = "5.1 .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