This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new ea0d55a  update common-codec to add Automatic-Module-Name manifest 
entry (#15650)
ea0d55a is described below

commit ea0d55a456c90fa56f94774581e281b3f028b8fa
Author: Ling Hengqian <[email protected]>
AuthorDate: Thu Mar 3 00:00:32 2022 +0800

    update common-codec to add Automatic-Module-Name manifest entry (#15650)
    
    * update commons-codec version to add Automatic-Module-Name manifest entry 
for Java 9
    
    * Downgrade codec to 1.14 to fix Junit issues.
    
    * Re-upgrade to a higher version to fix the problem.
---
 pom.xml                                                               | 2 +-
 .../shardingsphere-proxy-distribution/src/main/release-docs/LICENSE   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dc758fd..ebcd092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         
         <netty.version>4.1.73.Final</netty.version>
         <commons-lang3.version>3.8</commons-lang3.version>
-        <commons-codec.version>1.10</commons-codec.version>
+        <commons-codec.version>1.15</commons-codec.version>
         <commons-cli.version>1.4</commons-cli.version>
         <commons-collections4.version>4.2</commons-collections4.version>
         <commons-io.version>2.8.0</commons-io.version>
diff --git 
a/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/release-docs/LICENSE
 
b/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/release-docs/LICENSE
index 66fbfc1..5db92fa5 100644
--- 
a/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/release-docs/LICENSE
+++ 
b/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/release-docs/LICENSE
@@ -223,7 +223,7 @@ The text of each license is the standard Apache 2.0 license.
     avatica-metrics 1.18.0: https://calcite.apache.org/avatica, Apache 2.0
     calcite-core 1.27.0: https://calcite.apache.org, Apache 2.0
     calcite-linq4j 1.27.0: https://calcite.apache.org, Apache 2.0
-    commons-codec 1.10: https://github.com/apache/commons-codec, Apache 2.0
+    commons-codec 1.15: https://github.com/apache/commons-codec, Apache 2.0
     commons-collections4 4.2: https://github.com/apache/commons-collections, 
Apache 2.0
     commons-exec 1.3: https://github.com/apache/commons-exec, Apache 2.0
     commons-io 2.8.0: https://github.com/apache/commons-io, Apache 2.0
@@ -286,7 +286,7 @@ The text of each license is the standard Apache 2.0 license.
     proto-google-common-protos 1.17.0: 
https://github.com/googleapis/common-protos-java, Apache 2.0
     quartz 2.3.2: https://github.com/quartz-scheduler/quartz, Apache 2.0
     sketches-core 0.9.0, Apache 2.0
-    snakeyaml 1.30: http://www.snakeyaml.org, Apache 2.0
+    snakeyaml 1.30: https://bitbucket.org/snakeyaml/snakeyaml, Apache 2.0
     uzaygezen-core 0.2: code.google.com/p/uzaygezen, Apache 2.0
     vertx-mysql-client 4.2.3: 
https://github.com/eclipse-vertx/vertx-sql-client, Apache 2.0
     vertx-sql-client 4.2.3: https://github.com/eclipse-vertx/vertx-sql-client, 
Apache 2.0

Reply via email to