File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
resource-managers/kubernetes/core Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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>
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. -->
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments