Skip to content

Commit 13f16d5

Browse files
mccheahfoxish
authored andcommitted
Upgrade bouncycastle, force bcprov version (apache#223)
1 parent 0a13206 commit 13f16d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<parquet.version>1.8.1</parquet.version>
138138
<hive.parquet.version>1.6.0</hive.parquet.version>
139139
<feign.version>8.18.0</feign.version>
140-
<bouncycastle.version>1.52</bouncycastle.version>
140+
<bouncycastle.version>1.54</bouncycastle.version>
141141
<jetty.version>9.2.16.v20160414</jetty.version>
142142
<javaxservlet.version>3.1.0</javaxservlet.version>
143143
<chill.version>0.8.0</chill.version>
@@ -332,6 +332,11 @@
332332
<artifactId>bcpkix-jdk15on</artifactId>
333333
<version>${bouncycastle.version}</version>
334334
</dependency>
335+
<dependency>
336+
<groupId>org.bouncycastle</groupId>
337+
<artifactId>bcprov-jdk15on</artifactId>
338+
<version>${bouncycastle.version}</version>
339+
</dependency>
335340
<!-- This artifact is a shaded version of ASM 5.0.4. The POM that was used to produce this
336341
is at https://github.com/apache/geronimo-xbean/tree/xbean-4.4/xbean-asm5-shaded
337342
For context on why we shade ASM, see SPARK-782 and SPARK-6152. -->

resource-managers/kubernetes/core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
<groupId>org.bouncycastle</groupId>
9292
<artifactId>bcpkix-jdk15on</artifactId>
9393
</dependency>
94+
<dependency>
95+
<groupId>org.bouncycastle</groupId>
96+
<artifactId>bcprov-jdk15on</artifactId>
97+
</dependency>
9498
<!-- End of shaded deps. -->
9599

96100
</dependencies>

0 commit comments

Comments
 (0)