diff --git a/hbase-asyncfs/pom.xml b/hbase-asyncfs/pom.xml index b20fe047a473..e8308d5a3617 100644 --- a/hbase-asyncfs/pom.xml +++ b/hbase-asyncfs/pom.xml @@ -75,7 +75,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index 0ed26ed8f5a3..14c5a5e72612 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -117,7 +117,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 8a1fa2bcb9ec..30e00a8c8f57 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -145,7 +145,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index bffeb75215bf..f85b56f5e1b5 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -94,7 +94,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml index 2ec9a28dce5a..3043914121c3 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -237,7 +237,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index 586bf36cc2d0..8e2ebd0ece8b 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -1316,10 +1316,10 @@ under the License. org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on - + MIT License http://www.opensource.org/licenses/mit-license.php diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index bb06ceabef3c..0fe6c145d574 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -231,7 +231,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 7a459fed0d50..0ad01b84caee 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -273,7 +273,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test diff --git a/pom.xml b/pom.xml index fc5eabe098d0..89e653d1bde7 100644 --- a/pom.xml +++ b/pom.xml @@ -606,7 +606,7 @@ 2.1.31 1.0.55 2.12.2 - 1.70 + 1.76 1.5.1 1.0.1 1.1.0 @@ -1374,7 +1374,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${bouncycastle.version} test @@ -2144,6 +2144,23 @@ + + banned-bouncycastle-jdk15on + + enforce + + + + + + org.bouncycastle:*-jdk15on + + Use org.bouncycastle:*-jdk18on instead + true + + + + check-aggregate-license @@ -4490,6 +4507,14 @@ org.slf4j slf4j-reload4j + + org.bouncycastle + bcprov-jdk15on + + + org.bouncycastle + bcpkix-jdk15on +