File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ json 解析框架,轻松应对各种开发需求。
28
28
<dependency >
29
29
<groupId >com.admin4j.json</groupId >
30
30
<artifactId >admin4j-json-fastjson</artifactId >
31
- <version >0.6.1 </version >
31
+ <version >0.7.0 </version >
32
32
</dependency >
33
33
```
34
34
@@ -39,7 +39,7 @@ json 解析框架,轻松应对各种开发需求。
39
39
<dependency >
40
40
<groupId >com.admin4j.json</groupId >
41
41
<artifactId >admin4j-json-fastjson2</artifactId >
42
- <version >0.6.1 </version >
42
+ <version >0.7.0 </version >
43
43
</dependency >
44
44
```
45
45
@@ -50,7 +50,7 @@ json 解析框架,轻松应对各种开发需求。
50
50
<dependency >
51
51
<groupId >com.admin4j.json</groupId >
52
52
<artifactId >admin4j-json-gson</artifactId >
53
- <version >0.6.1 </version >
53
+ <version >0.7.0 </version >
54
54
</dependency >
55
55
```
56
56
@@ -96,7 +96,7 @@ public class JSONTest {
96
96
<dependency>
97
97
<groupId>io.github.admin4j</groupId>
98
98
<artifactId>http</artifactId>
99
- <version>0.6.1 </version>
99
+ <version>0.7.0 </version>
100
100
<exclusions>
101
101
<exclusion>
102
102
<groupId>com.admin4j.json</groupId>
You can’t perform that action at this time.
0 commit comments