Skip to content

Commit

Permalink
TEZ-4458:Upgrade Bouncy Castle to 1.70 due to high CVEs (apache#253) …
Browse files Browse the repository at this point in the history
…(Mayank Kunwar reviewed by Laszlo Bodor)
  • Loading branch information
mayankkunwar authored Dec 2, 2022
1 parent 25fc8c4 commit 34d6810
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<slf4j.version>1.7.36</slf4j.version>
<protobuf.version>3.21.1</protobuf.version>
<roaringbitmap.version>0.7.45</roaringbitmap.version>
<bouncycastle.version>1.70</bouncycastle.version>
<protoc.path>${env.PROTOC_PATH}</protoc.path>
<scm.url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm.url>
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
Expand Down Expand Up @@ -758,7 +759,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.65</version>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 34d6810

Please sign in to comment.