We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42651ee commit 64939eeCopy full SHA for 64939ee
build.gradle
@@ -215,7 +215,7 @@ dependencyManagement {
215
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.1"
216
}
217
dependencies {
218
- dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.61'
+ dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.69'
219
220
// CVE-2018-10237 - Unbounded memory allocation
221
dependencySet(group: 'com.google.guava', version: '30.0-jre') {
0 commit comments