Skip to content

Commit

Permalink
[CVE-2023-33201] Upgrade bcprov to bcprov-jdk15to18 (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
Co-authored-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy and ansjcy authored Jul 10, 2023
1 parent 53e3b94 commit 3d9af2c
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 @@ -339,7 +339,7 @@ dependencies {
def jakartaVersion = "${versions.jakarta_annotation}"

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

0 comments on commit 3d9af2c

Please sign in to comment.