File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ dependencyManagement {
216
216
}
217
217
dependencies {
218
218
dependency group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : ' 1.61'
219
+
219
220
// CVE-2018-10237 - Unbounded memory allocation
220
221
dependencySet(group : ' com.google.guava' , version : ' 30.0-jre' ) {
221
222
entry ' guava'
@@ -225,7 +226,7 @@ dependencyManagement {
225
226
entry ' log4j-api'
226
227
}
227
228
// CVE-2021-25122
228
- dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.43 ' ) {
229
+ dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.50 ' ) {
229
230
entry ' tomcat-embed-core'
230
231
entry ' tomcat-embed-el'
231
232
entry ' tomcat-embed-websocket'
@@ -320,7 +321,8 @@ dependencies {
320
321
321
322
implementation " org.springframework.boot:spring-boot-starter-oauth2-client:2.3.8.RELEASE"
322
323
implementation " com.nimbusds:nimbus-jose-jwt:7.9"
323
- implementation " net.minidev:json-smart:2.3"
324
+ implementation " net.minidev:json-smart:2.4.7"
325
+
324
326
implementation " org.springframework.security:spring-security-web:5.4.5"
325
327
implementation " org.springframework.security:spring-security-config:5.4.5"
326
328
implementation " org.springframework.boot:spring-boot-starter-oauth2-client:2.4.5"
You can’t perform that action at this time.
0 commit comments