Skip to content

Commit 42651ee

Browse files
authored
Merge pull request #314 from hmcts/fix_all_cves
Fix 2 actionable CVEs
2 parents 5b8c22b + 0e8598b commit 42651ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ dependencyManagement {
216216
}
217217
dependencies {
218218
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.61'
219+
219220
// CVE-2018-10237 - Unbounded memory allocation
220221
dependencySet(group: 'com.google.guava', version: '30.0-jre') {
221222
entry 'guava'
@@ -225,7 +226,7 @@ dependencyManagement {
225226
entry 'log4j-api'
226227
}
227228
// 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') {
229230
entry 'tomcat-embed-core'
230231
entry 'tomcat-embed-el'
231232
entry 'tomcat-embed-websocket'
@@ -320,7 +321,8 @@ dependencies {
320321

321322
implementation "org.springframework.boot:spring-boot-starter-oauth2-client:2.3.8.RELEASE"
322323
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+
324326
implementation "org.springframework.security:spring-security-web:5.4.5"
325327
implementation "org.springframework.security:spring-security-config:5.4.5"
326328
implementation "org.springframework.boot:spring-boot-starter-oauth2-client:2.4.5"

0 commit comments

Comments
 (0)