Skip to content

Commit 6865afd

Browse files
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.81 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee62db5 commit 6865afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencyManagement {
3939
}
4040
dependencies {
4141
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
42-
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.80'
42+
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.81'
4343
// CVE-2018-10237 - Unbounded memory allocation
4444
dependencySet(group: 'com.google.guava', version: '33.4.8-jre') {
4545
entry 'guava'

0 commit comments

Comments
 (0)