diff --git a/README.md b/README.md index df2702e..53f3d9e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ #### API 依赖 ```groovy -implementation 'cn.zhxu:xjsonkit-api:1.4.1' +implementation 'cn.zhxu:xjsonkit-api:1.4.2' ``` 该依赖提供了 `JsonKit`、`JsonbKit`、`XmlKit`、`YamlKit` 四个工具类,它们分别提供了对 JSON / JSONB / XML / YAML 类型数据的正反序列化操作相关的 API。 @@ -24,36 +24,36 @@ implementation 'cn.zhxu:xjsonkit-api:1.4.1' ```groovy // Fastjson 实现 -implementation 'cn.zhxu:xjsonkit-fastjson:1.4.1' +implementation 'cn.zhxu:xjsonkit-fastjson:1.4.2' // Fastjson2 实现 -implementation 'cn.zhxu:xjsonkit-fastjson2:1.4.1' +implementation 'cn.zhxu:xjsonkit-fastjson2:1.4.2' // Gson 实现 -implementation 'cn.zhxu:xjsonkit-gson:1.4.1' +implementation 'cn.zhxu:xjsonkit-gson:1.4.2' // Jackson 实现 -implementation 'cn.zhxu:xjsonkit-jackson:1.4.1' +implementation 'cn.zhxu:xjsonkit-jackson:1.4.2' // Snack3 实现 -implementation 'cn.zhxu:xjsonkit-snack3:1.4.1' +implementation 'cn.zhxu:xjsonkit-snack3:1.4.2' ``` #### JSONB 相关实现 ```groovy // Fastjson2-JSONB 实现 -implementation 'cn.zhxu:xjsonkit-fastjson2-jsonb:1.4.1' +implementation 'cn.zhxu:xjsonkit-fastjson2-jsonb:1.4.2' ``` #### XML 相关实现 ```groovy // Jackson Xml -implementation 'cn.zhxu:xjsonkit-jackson-xml:1.4.1' +implementation 'cn.zhxu:xjsonkit-jackson-xml:1.4.2' ``` #### YAML 相关实现 ```groovy // Jackson Yaml -implementation 'cn.zhxu:xjsonkit-jackson-yaml:1.4.1' +implementation 'cn.zhxu:xjsonkit-jackson-yaml:1.4.2' ``` ## 使用说明 diff --git a/pom.xml b/pom.xml index d7b702f..aacd30c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 cn.zhxu xjsonkit - 1.4.1 + 1.4.2 JsonKit pom @@ -63,7 +63,7 @@ scm:git:https://gitee.com/troyzhxu/xjsonkit.git scm:git:https://gitee.com/troyzhxu/xjsonkit.git https://gitee.com/troyzhxu/xjsonkit - v1.4.1 + v1.4.2 diff --git a/xjsonkit-api/pom.xml b/xjsonkit-api/pom.xml index aa01268..e7b0fa0 100644 --- a/xjsonkit-api/pom.xml +++ b/xjsonkit-api/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-fastjson/pom.xml b/xjsonkit-fastjson/pom.xml index 815a0b9..dd864e8 100644 --- a/xjsonkit-fastjson/pom.xml +++ b/xjsonkit-fastjson/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-fastjson2-jsonb/pom.xml b/xjsonkit-fastjson2-jsonb/pom.xml index 5084fa3..93d4cba 100644 --- a/xjsonkit-fastjson2-jsonb/pom.xml +++ b/xjsonkit-fastjson2-jsonb/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-fastjson2/pom.xml b/xjsonkit-fastjson2/pom.xml index 0658a75..409ce9f 100644 --- a/xjsonkit-fastjson2/pom.xml +++ b/xjsonkit-fastjson2/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-gson/pom.xml b/xjsonkit-gson/pom.xml index aa0904f..a373687 100644 --- a/xjsonkit-gson/pom.xml +++ b/xjsonkit-gson/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-jackson-xml/pom.xml b/xjsonkit-jackson-xml/pom.xml index 1ba0836..b7dc8a1 100644 --- a/xjsonkit-jackson-xml/pom.xml +++ b/xjsonkit-jackson-xml/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-jackson-yaml/pom.xml b/xjsonkit-jackson-yaml/pom.xml index 7d647d5..4bfee64 100644 --- a/xjsonkit-jackson-yaml/pom.xml +++ b/xjsonkit-jackson-yaml/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-jackson/pom.xml b/xjsonkit-jackson/pom.xml index 49a8767..6cdd596 100644 --- a/xjsonkit-jackson/pom.xml +++ b/xjsonkit-jackson/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-snack3/pom.xml b/xjsonkit-snack3/pom.xml index 0d1a190..ae973a2 100644 --- a/xjsonkit-snack3/pom.xml +++ b/xjsonkit-snack3/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2 diff --git a/xjsonkit-test/pom.xml b/xjsonkit-test/pom.xml index 9295702..c023a0f 100644 --- a/xjsonkit-test/pom.xml +++ b/xjsonkit-test/pom.xml @@ -11,7 +11,7 @@ cn.zhxu xjsonkit - 1.4.1 + 1.4.2