From 30ef2c9b41984e79a7684ceac0da2792b803d594 Mon Sep 17 00:00:00 2001 From: Matteo Merli Date: Thu, 31 Jan 2019 10:36:40 -0800 Subject: [PATCH] Upgrade BouncyCastle to 1.60 --- distribution/server/src/assemble/LICENSE.bin.txt | 6 +++--- pom.xml | 12 +++++++++--- pulsar-sql/presto-distribution/LICENSE | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 59ee68370d425..0d0ab4863d52f 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -546,9 +546,9 @@ Public Domain (CC0) -- licenses/LICENSE-CC0.txt Bouncy Castle License * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt - - org.bouncycastle-bcpkix-jdk15on-1.55.jar - - org.bouncycastle-bcprov-jdk15on-1.55.jar - - org.bouncycastle-bcprov-ext-jdk15on-1.59.jar + - org.bouncycastle-bcpkix-jdk15on-1.60.jar + - org.bouncycastle-bcprov-jdk15on-1.60.jar + - org.bouncycastle-bcprov-ext-jdk15on-1.60.jar ------------------------ diff --git a/pom.xml b/pom.xml index f0faa12067f37..94dee51ab1ea0 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ flexible messaging model and an intuitive client API. 1.7.25 3.2.2 2.10.0 - 1.55 + 1.60 2.9.7 0.9.11 1.5.21 @@ -542,7 +542,7 @@ flexible messaging model and an intuitive client API. jersey-client ${jersey.version} - + org.glassfish.jersey.inject jersey-hk2 @@ -762,7 +762,7 @@ flexible messaging model and an intuitive client API. - + io.jsonwebtoken jjwt-api @@ -797,6 +797,12 @@ flexible messaging model and an intuitive client API. ${bouncycastle.version} + + org.bouncycastle + bcprov-ext-jdk15on + ${bouncycastle.version} + + net.jodah typetools diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index 8cfd7ba850218..95a006f507cb0 100644 --- a/pulsar-sql/presto-distribution/LICENSE +++ b/pulsar-sql/presto-distribution/LICENSE @@ -487,5 +487,5 @@ Public Domain (CC0) -- licenses/LICENSE-CC0.txt Bouncy Castle License * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt - - bcpkix-jdk15on-1.55.jar - - bcprov-jdk15on-1.55.jar + - bcpkix-jdk15on-1.60.jar + - bcprov-jdk15on-1.60.jar