Skip to content

Commit

Permalink
upgraded bouncycastle version to resolve vulnerability CVE-2023-33201
Browse files Browse the repository at this point in the history
(BDSA-2023-1625), BDSA-2023-3254
  • Loading branch information
pranav24gupta committed Mar 12, 2024
1 parent 8360d7d commit 31444b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gretty-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api 'commons-configuration:commons-configuration:1.10'
api "commons-io:commons-io:$commons_io_version"
api 'org.apache.commons:commons-lang3:3.12.0'
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'org.bouncycastle:bcprov-jdk18on:1.77'
api project(':libs:gretty-common')
}

Expand Down

0 comments on commit 31444b4

Please sign in to comment.