From 328afa12c7d9f96d49ebe17728b371f8fd977420 Mon Sep 17 00:00:00 2001
From: troyzhxu <1573555987@qq.com>
Date: Wed, 30 Nov 2022 17:09:02 +0800
Subject: [PATCH] v1.4.1
---
README.md | 18 +++++++++---------
pom.xml | 4 ++--
xjsonkit-api/pom.xml | 2 +-
xjsonkit-fastjson/pom.xml | 2 +-
xjsonkit-fastjson2-jsonb/pom.xml | 2 +-
xjsonkit-fastjson2/pom.xml | 2 +-
xjsonkit-gson/pom.xml | 2 +-
xjsonkit-jackson-xml/pom.xml | 2 +-
xjsonkit-jackson-yaml/pom.xml | 2 +-
xjsonkit-jackson/pom.xml | 2 +-
xjsonkit-snack3/pom.xml | 2 +-
xjsonkit-test/pom.xml | 2 +-
12 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 6cc6016..df2702e 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
#### API 依赖
```groovy
-implementation 'cn.zhxu:xjsonkit-api:1.4.0'
+implementation 'cn.zhxu:xjsonkit-api:1.4.1'
```
该依赖提供了 `JsonKit`、`JsonbKit`、`XmlKit`、`YamlKit` 四个工具类,它们分别提供了对 JSON / JSONB / XML / YAML 类型数据的正反序列化操作相关的 API。
@@ -24,36 +24,36 @@ implementation 'cn.zhxu:xjsonkit-api:1.4.0'
```groovy
// Fastjson 实现
-implementation 'cn.zhxu:xjsonkit-fastjson:1.4.0'
+implementation 'cn.zhxu:xjsonkit-fastjson:1.4.1'
// Fastjson2 实现
-implementation 'cn.zhxu:xjsonkit-fastjson2:1.4.0'
+implementation 'cn.zhxu:xjsonkit-fastjson2:1.4.1'
// Gson 实现
-implementation 'cn.zhxu:xjsonkit-gson:1.4.0'
+implementation 'cn.zhxu:xjsonkit-gson:1.4.1'
// Jackson 实现
-implementation 'cn.zhxu:xjsonkit-jackson:1.4.0'
+implementation 'cn.zhxu:xjsonkit-jackson:1.4.1'
// Snack3 实现
-implementation 'cn.zhxu:xjsonkit-snack3:1.4.0'
+implementation 'cn.zhxu:xjsonkit-snack3:1.4.1'
```
#### JSONB 相关实现
```groovy
// Fastjson2-JSONB 实现
-implementation 'cn.zhxu:xjsonkit-fastjson2-jsonb:1.4.0'
+implementation 'cn.zhxu:xjsonkit-fastjson2-jsonb:1.4.1'
```
#### XML 相关实现
```groovy
// Jackson Xml
-implementation 'cn.zhxu:xjsonkit-jackson-xml:1.4.0'
+implementation 'cn.zhxu:xjsonkit-jackson-xml:1.4.1'
```
#### YAML 相关实现
```groovy
// Jackson Yaml
-implementation 'cn.zhxu:xjsonkit-jackson-yaml:1.4.0'
+implementation 'cn.zhxu:xjsonkit-jackson-yaml:1.4.1'
```
## 使用说明
diff --git a/pom.xml b/pom.xml
index 1ad0f86..d7b702f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
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.0
+ v1.4.1
diff --git a/xjsonkit-api/pom.xml b/xjsonkit-api/pom.xml
index 498da61..aa01268 100644
--- a/xjsonkit-api/pom.xml
+++ b/xjsonkit-api/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-fastjson/pom.xml b/xjsonkit-fastjson/pom.xml
index b2eeebc..815a0b9 100644
--- a/xjsonkit-fastjson/pom.xml
+++ b/xjsonkit-fastjson/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-fastjson2-jsonb/pom.xml b/xjsonkit-fastjson2-jsonb/pom.xml
index 08bc975..5084fa3 100644
--- a/xjsonkit-fastjson2-jsonb/pom.xml
+++ b/xjsonkit-fastjson2-jsonb/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-fastjson2/pom.xml b/xjsonkit-fastjson2/pom.xml
index b36e30f..0658a75 100644
--- a/xjsonkit-fastjson2/pom.xml
+++ b/xjsonkit-fastjson2/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-gson/pom.xml b/xjsonkit-gson/pom.xml
index dc2b812..aa0904f 100644
--- a/xjsonkit-gson/pom.xml
+++ b/xjsonkit-gson/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-jackson-xml/pom.xml b/xjsonkit-jackson-xml/pom.xml
index 960b3dc..1ba0836 100644
--- a/xjsonkit-jackson-xml/pom.xml
+++ b/xjsonkit-jackson-xml/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-jackson-yaml/pom.xml b/xjsonkit-jackson-yaml/pom.xml
index a20b486..7d647d5 100644
--- a/xjsonkit-jackson-yaml/pom.xml
+++ b/xjsonkit-jackson-yaml/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-jackson/pom.xml b/xjsonkit-jackson/pom.xml
index 367233b..49a8767 100644
--- a/xjsonkit-jackson/pom.xml
+++ b/xjsonkit-jackson/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-snack3/pom.xml b/xjsonkit-snack3/pom.xml
index 3eb96d1..0d1a190 100644
--- a/xjsonkit-snack3/pom.xml
+++ b/xjsonkit-snack3/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1
diff --git a/xjsonkit-test/pom.xml b/xjsonkit-test/pom.xml
index 4b0960e..9295702 100644
--- a/xjsonkit-test/pom.xml
+++ b/xjsonkit-test/pom.xml
@@ -11,7 +11,7 @@
cn.zhxu
xjsonkit
- 1.4.0
+ 1.4.1