We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62db5 commit 6865afdCopy full SHA for 6865afd
build.gradle
@@ -39,7 +39,7 @@ dependencyManagement {
39
}
40
dependencies {
41
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
42
- dependency group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.80'
+ dependency group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.81'
43
// CVE-2018-10237 - Unbounded memory allocation
44
dependencySet(group: 'com.google.guava', version: '33.4.8-jre') {
45
entry 'guava'
0 commit comments