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 5e61567 commit a8569e0Copy full SHA for a8569e0
build.gradle
@@ -170,7 +170,7 @@ dependencyManagement {
170
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.1"
171
}
172
dependencies {
173
- dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.61'
+ dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.69'
174
// CVE-2018-10237 - Unbounded memory allocation
175
dependencySet(group: 'com.google.guava', version: '30.0-jre') {
176
entry 'guava'
0 commit comments