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 3616454  [issue-15265] upgrade to bouncycastle 1.70 (#15266)
3616454 is described below

commit 3616454bf7f4971703c6b64a5d7a5a32cbce2a5d
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Feb 7 03:27:43 2022 +0100

    [issue-15265] upgrade to bouncycastle 1.70 (#15266)
    
    * [issue-15265] upgrade to bouncycastle 1.70
    
    * upgrade maven shade plugin due to issue with bc
    
    bc jar shading issue
    
    * upgrade maven-shade-plugin
    
    see https://github.com/apache/ozone/pull/1727#issuecomment-749055630
---
 pom.xml                      | 2 +-
 shardingsphere-agent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d942d1..f22fe9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <checksum-maven-plugin.version>1.10</checksum-maven-plugin.version>
         
<templating-maven-plugin.version>1.0.0</templating-maven-plugin.version>
         <git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
-        <bcprov-jdk15on.version>1.64</bcprov-jdk15on.version>
+        <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
         <maven.deploy.skip>false</maven.deploy.skip>
     </properties>
     
diff --git a/shardingsphere-agent/pom.xml b/shardingsphere-agent/pom.xml
index b1eccd7..bac745f 100644
--- a/shardingsphere-agent/pom.xml
+++ b/shardingsphere-agent/pom.xml
@@ -38,7 +38,7 @@
     </modules>
     
     <properties>
-        <maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
+        <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
         <shade.package>org.apache.shardingsphere.dependencies</shade.package>
     </properties>
     

Reply via email to