Skip to content

Commit 3a183c7

Browse files
authored
Merge pull request #327 from souvikadh/master
bcprov-jdk18 upgraded to 1.81 - CVE-2024-30172 fix
2 parents 31af4d2 + a93fbc8 commit 3a183c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gretty-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api 'commons-configuration:commons-configuration:1.10'
1414
api "commons-io:commons-io:$commons_io_version"
1515
api 'org.apache.commons:commons-lang3:3.12.0'
16-
api 'org.bouncycastle:bcprov-jdk18on:1.77'
16+
api 'org.bouncycastle:bcprov-jdk18on:1.81'
1717
api project(':libs:gretty-common')
1818
}
1919

0 commit comments

Comments
 (0)