Skip to content

Commit

Permalink
[CVE-2023-33201] Upgrade bcpkix to bcpkix-jdk15to18 (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy authored Jul 11, 2023
1 parent bb56be4 commit cc70891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ dependencies {

implementation 'org.jooq:jooq:3.10.8'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.74'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.74'
implementation 'org.xerial:sqlite-jdbc:3.41.2.2'
implementation "com.google.guava:guava:${guavaVersion}"
implementation 'com.google.code.gson:gson:2.9.0'
Expand Down

0 comments on commit cc70891

Please sign in to comment.