Skip to content

Commit 34d6810

Browse files
authored
TEZ-4458:Upgrade Bouncy Castle to 1.70 due to high CVEs (#253) (Mayank Kunwar reviewed by Laszlo Bodor)
1 parent 25fc8c4 commit 34d6810

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
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>
@@ -758,7 +759,13 @@
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>

0 commit comments

Comments
 (0)