From b9e7123f6fbd4bed8de6b6594406c8304f62c365 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 13 Mar 2024 11:27:38 +0800 Subject: [PATCH 1/2] Bump bouncycastle from 1.67 to 1.77 --- externals/kyuubi-flink-sql-engine/pom.xml | 4 ++-- integration-tests/kyuubi-flink-it/pom.xml | 4 ++-- integration-tests/kyuubi-hive-it/pom.xml | 4 ++-- kyuubi-server/pom.xml | 4 ++-- pom.xml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/externals/kyuubi-flink-sql-engine/pom.xml b/externals/kyuubi-flink-sql-engine/pom.xml index d01f05fed7d..6bf367d763f 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 15699be1d8a..5d78492bf26 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 cdd9fa4d99b..3f7069a70a3 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 50cf9a85768..e7d4faa1110 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 3dc9d2e57c8..bdd94787528 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 @@ -1149,13 +1149,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${bouncycastle.version} org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on ${bouncycastle.version} From 8595b98c12ab39760b8570f47c65039217c3d2b9 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 13 Mar 2024 11:34:26 +0800 Subject: [PATCH 2/2] Bump BouncyCastle from 1.67 to 1.77 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index bdd94787528..72c4617de50 100644 --- a/pom.xml +++ b/pom.xml @@ -1021,6 +1021,11 @@ junit junit + + + org.bouncycastle + bcprov-jdk15on +