Skip to content

Commit

Permalink
TEZ-4560. Upgrade bouncycastle to 1.77 due to CVE. (#351) (Shilun Fan…
Browse files Browse the repository at this point in the history
… reviewed by Laszlo Bodor)
  • Loading branch information
slfan1989 committed May 6, 2024
1 parent 3925544 commit 071d447
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -58,7 +58,7 @@

<!--dependency versions in alphabetical order-->
<asynchttpclient.version>2.12.3</asynchttpclient.version>
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<build-helper-maven-plugin.version>1.8</build-helper-maven-plugin.version>
<buildnumber-maven-plugin.version>1.1</buildnumber-maven-plugin.version>
<checkstyle.version>8.35</checkstyle.version>
Expand Down Expand Up @@ -784,13 +784,13 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tez-api/pom.xml
Expand Up @@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tez-tests/pom.xml
Expand Up @@ -126,7 +126,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 071d447

Please sign in to comment.