@@ -15,7 +15,7 @@ json 解析框架,轻松应对各种开发需求。
15
15
<dependency >
16
16
<groupId >com.admin4j.json</groupId >
17
17
<artifactId >admin4j-json-jackson</artifactId >
18
- <version >0.5.2 </version >
18
+ <version >0.6.0 </version >
19
19
</dependency >
20
20
```
21
21
@@ -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.5.2 </version >
31
+ <version >0.6.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.5.2 </version >
42
+ <version >0.6.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.5.2 </version >
53
+ <version >0.6.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.5.2 </version>
99
+ <version>0.6.0 </version>
100
100
<exclusions>
101
101
<exclusion>
102
102
<groupId>com.admin4j.json</groupId>
0 commit comments