diff --git a/externals/kyuubi-flink-sql-engine/pom.xml b/externals/kyuubi-flink-sql-engine/pom.xml index d01f05fed..6bf367d76 100644 --- a/externals/kyuubi-flink-sql-engine/pom.xml +++ b/externals/kyuubi-flink-sql-engine/pom.xml @@ -148,13 +148,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on test diff --git a/integration-tests/kyuubi-flink-it/pom.xml b/integration-tests/kyuubi-flink-it/pom.xml index 15699be1d..5d78492bf 100644 --- a/integration-tests/kyuubi-flink-it/pom.xml +++ b/integration-tests/kyuubi-flink-it/pom.xml @@ -88,13 +88,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on test diff --git a/integration-tests/kyuubi-hive-it/pom.xml b/integration-tests/kyuubi-hive-it/pom.xml index cdd9fa4d9..3f7069a70 100644 --- a/integration-tests/kyuubi-hive-it/pom.xml +++ b/integration-tests/kyuubi-hive-it/pom.xml @@ -78,13 +78,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on test diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index 50cf9a857..e7d4faa11 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -296,13 +296,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on test diff --git a/pom.xml b/pom.xml index 3dc9d2e57..72c4617de 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ 4.3.4 https://archive.apache.org/dist 2.3.0 - 1.67 + 1.77 4.2.23 1.5.0 1.15 @@ -1021,6 +1021,11 @@ junit junit + + + org.bouncycastle + bcprov-jdk15on + @@ -1149,13 +1154,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${bouncycastle.version} org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on ${bouncycastle.version}