diff --git a/.flattened-pom.xml b/.flattened-pom.xml
index dd09441..b0268dc 100644
--- a/.flattened-pom.xml
+++ b/.flattened-pom.xml
@@ -17,16 +17,16 @@
1.18.30
- ${java.version}
- 3.0.0-M5
- 1.8
- ${java.version}
- 1.5.5.Final
- 3.8.1
- UTF-8
- 2.7.17
2.2.4
+ 1.8
+ 3.8.1
+ 3.0.0-M5
+ ${java.version}
+ 1.5.5.Final
+ UTF-8
1.5.0
+ 2.7.17
+ ${java.version}
diff --git a/lidee-dependencies/.flattened-pom.xml b/lidee-dependencies/.flattened-pom.xml
index 6a7179e..3725975 100644
--- a/lidee-dependencies/.flattened-pom.xml
+++ b/lidee-dependencies/.flattened-pom.xml
@@ -9,67 +9,67 @@
${project.artifactId}
基础 bom 文件,管理整个项目的依赖版本
- 4.0.4
- 2.9.1
- 7.2.11.RELEASE
- 1.0.10
- 2.2.4
- 1.5.0
- 4.1.2
- 3.3.3
- 3.0.6
- 2.3.12.RELEASE
- 1.5.5.Final
- 1.2.83
- 4.13.2
- 3.0.21
- 3.1.880
- 3.5.5
- 3.5.15
- 0.33.0
- 4.3
- 1.6.1
- 1.0.5
1.4.10
- 8.6.0
- 1.9.7
- 2.2.1
- 2.0.1-jdk8-snapshot
- 0.1.55
- 2.12.2
- 2.7.0
- 3.5.0
- 4.3.0
- 3.18.0
- 2.14.5
- 2.7.15
- 5.1.0
- 8.5.7
- 4.6.4
- 1.0.13
- 2.7.18
- 5.8.25
- 33.0.0-jre
- 2.5
- 1.6.15
- 1.7.1
- 2.2.7
- 2.15.1
- 4.1.2
- 4.9.3
- 3.10.0
- 1.17.2
- 3.5.5
- 4.3.0
- 1.18.30
- 3.3.3
- 6.8.0
- 1.2.21
- 8.12.0
- 4.11.0
- 1.0.8
- 8.1.3.62
+ 7.2.11.RELEASE
2.3
+ 4.13.2
+ 4.3
+ 2.7.18
+ 2.9.1
+ 2.2.7
+ 3.5.0
+ 5.1.0
+ 1.9.7
+ 1.18.30
+ 2.12.2
+ 1.17.2
+ 1.2.83
+ 3.10.0
+ 8.6.0
+ 4.1.2
+ 5.8.25
+ 1.7.1
+ 2.14.5
+ 2.2.4
+ 6.8.0
+ 3.18.0
+ 4.9.3
+ 3.0.6
+ 3.5.5
+ 1.2.21
+ 2.3.12.RELEASE
+ 4.0.4
+ 2.15.1
+ 3.3.3
+ 1.6.15
+ 8.5.7
+ 4.11.0
+ 1.0.13
+ 3.1.880
+ 8.1.3.62
+ 3.3.3
+ 2.7.0
+ 0.1.55
+ 4.6.4
+ 1.0.10
+ 4.3.0
+ 2.5
+ 4.3.0
+ 2.7.15
+ 3.5.15
+ 1.5.5.Final
+ 3.0.21
+ 2.2.1
+ 1.0.8
+ 1.0.5
+ 33.0.0-jre
+ 8.12.0
+ 0.33.0
+ 3.5.5
+ 1.5.0
+ 1.6.1
+ 4.1.2
+ 2.0.1-jdk8-snapshot
diff --git a/lidee-tool/tool-common/.flattened-pom.xml b/lidee-tool/tool-common/.flattened-pom.xml
index 32ece5e..e904706 100644
--- a/lidee-tool/tool-common/.flattened-pom.xml
+++ b/lidee-tool/tool-common/.flattened-pom.xml
@@ -117,4 +117,15 @@
test
+
+
+
+ maven-compiler-plugin
+
+ 8
+ 8
+
+
+
+
diff --git a/lidee-tool/tool-common/pom.xml b/lidee-tool/tool-common/pom.xml
index 23f979a..9abfa54 100644
--- a/lidee-tool/tool-common/pom.xml
+++ b/lidee-tool/tool-common/pom.xml
@@ -13,8 +13,8 @@
org.apache.maven.plugins
maven-compiler-plugin
- 10
- 10
+ 8
+ 8
diff --git a/lidee-tool/tool-common/src/main/java/com/lideeyunji/tool/framework/common/util/http/HttpUtils.java b/lidee-tool/tool-common/src/main/java/com/lideeyunji/tool/framework/common/util/http/HttpUtils.java
index 2d946cb..e075f61 100644
--- a/lidee-tool/tool-common/src/main/java/com/lideeyunji/tool/framework/common/util/http/HttpUtils.java
+++ b/lidee-tool/tool-common/src/main/java/com/lideeyunji/tool/framework/common/util/http/HttpUtils.java
@@ -218,7 +218,7 @@ public class HttpUtils {
}
paramStr.append(entry.getKey())
.append("=")
- .append(java.net.URLEncoder.encode(entry.getValue(), StandardCharsets.UTF_8));
+ .append(java.net.URLEncoder.encode(entry.getValue(), String.valueOf(StandardCharsets.UTF_8)));
}
writer = new BufferedWriter(
new OutputStreamWriter(conn.getOutputStream(), StandardCharsets.UTF_8));