File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 <slf4j .version>1.7.36</slf4j .version>
6666 <protobuf .version>3.21.1</protobuf .version>
6767 <roaringbitmap .version>0.7.45</roaringbitmap .version>
68+ <bouncycastle .version>1.70</bouncycastle .version>
6869 <protoc .path>${env.PROTOC_PATH} </protoc .path>
6970 <scm .url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm .url>
7071 <frontend-maven-plugin .version>1.8.0</frontend-maven-plugin .version>
758759 <dependency >
759760 <groupId >org.bouncycastle</groupId >
760761 <artifactId >bcprov-jdk15on</artifactId >
761- <version >1.65</version >
762+ <version >${bouncycastle.version} </version >
763+ <scope >test</scope >
764+ </dependency >
765+ <dependency >
766+ <groupId >org.bouncycastle</groupId >
767+ <artifactId >bcpkix-jdk15on</artifactId >
768+ <version >${bouncycastle.version} </version >
762769 <scope >test</scope >
763770 </dependency >
764771 <dependency >
You can’t perform that action at this time.
0 commit comments