Skip to content

Commit f7a6ec5

Browse files
committed
JSONMapper parseMapper version 0.6.0
1 parent a7eebf1 commit f7a6ec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ json 解析框架,轻松应对各种开发需求。
1515
<dependency>
1616
<groupId>com.admin4j.json</groupId>
1717
<artifactId>admin4j-json-jackson</artifactId>
18-
<version>0.5.2</version>
18+
<version>0.6.0</version>
1919
</dependency>
2020
```
2121

@@ -28,7 +28,7 @@ json 解析框架,轻松应对各种开发需求。
2828
<dependency>
2929
<groupId>com.admin4j.json</groupId>
3030
<artifactId>admin4j-json-fastjson</artifactId>
31-
<version>0.5.2</version>
31+
<version>0.6.0</version>
3232
</dependency>
3333
```
3434

@@ -39,7 +39,7 @@ json 解析框架,轻松应对各种开发需求。
3939
<dependency>
4040
<groupId>com.admin4j.json</groupId>
4141
<artifactId>admin4j-json-fastjson2</artifactId>
42-
<version>0.5.2</version>
42+
<version>0.6.0</version>
4343
</dependency>
4444
```
4545

@@ -50,7 +50,7 @@ json 解析框架,轻松应对各种开发需求。
5050
<dependency>
5151
<groupId>com.admin4j.json</groupId>
5252
<artifactId>admin4j-json-gson</artifactId>
53-
<version>0.5.2</version>
53+
<version>0.6.0</version>
5454
</dependency>
5555
```
5656

@@ -96,7 +96,7 @@ public class JSONTest {
9696
<dependency>
9797
<groupId>io.github.admin4j</groupId>
9898
<artifactId>http</artifactId>
99-
<version>0.5.2</version>
99+
<version>0.6.0</version>
100100
<exclusions>
101101
<exclusion>
102102
<groupId>com.admin4j.json</groupId>

0 commit comments

Comments
 (0)