File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,14 @@ dependencies {
273
273
implementation group : ' uk.gov.hmcts.reform' , name : ' idam-client' , version : ' 1.5.5'
274
274
implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-netflix-zuul' , version : ' 2.2.3.RELEASE'
275
275
276
+ implementation " org.springframework.boot:spring-boot-starter-oauth2-client:2.3.8.RELEASE"
277
+ implementation " com.nimbusds:nimbus-jose-jwt:7.9"
278
+ implementation " net.minidev:json-smart:2.3"
276
279
implementation " org.springframework.security:spring-security-web:5.4.5"
277
280
implementation " org.springframework.security:spring-security-config:5.4.5"
278
281
implementation " org.springframework.boot:spring-boot-starter-oauth2-client:2.4.5"
279
282
implementation " org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.5"
283
+
280
284
implementation " io.github.openfeign:feign-httpclient:11.0"
281
285
testCompile ' io.github.openfeign:feign-jackson:10.7.0'
282
286
testCompile group : ' io.github.openfeign.form' , name : ' feign-form' , version : ' 3.8.0'
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<suppressions
3
3
xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
4
+
4
5
<suppress until =" 2021-06-25" >
5
6
<notes ><![CDATA[
6
7
It's a false positive - spring-security version is 5.3.x (see: https://pivotal.io/security/cve-2018-1258)
24
25
<cve >CVE-2007-1651</cve >
25
26
<cve >CVE-2007-1652</cve >
26
27
</suppress >
27
-
28
- <suppress >
29
- <notes >Temporary suppression</notes >
30
- <cve >CVE-2021-22112</cve >
31
- <cve >CVE-2021-22118</cve >
32
- </suppress >
33
-
28
+
34
29
</suppressions >
You can’t perform that action at this time.
0 commit comments