Skip to content

Commit 5e64e79

Browse files
Updated spring-hateoas (#2431)
Co-authored-by: ankita-srivastava009 <[email protected]>
1 parent 074fac9 commit 5e64e79

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ dependencies {
217217
implementation('org.springframework.boot:spring-boot-starter-actuator')
218218

219219
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
220-
implementation('org.springframework.boot:spring-boot-starter-hateoas')
220+
implementation('org.springframework.hateoas:spring-hateoas:1.5.5')
221+
221222
implementation group: 'org.springframework.plugin', name: 'spring-plugin-core'
222223
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc') {
223224
exclude group: 'org.apache.tomcat', module: 'tomcat-jdbc'
@@ -354,7 +355,7 @@ dependencies {
354355
contractTestImplementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.6.1'
355356
contractTestImplementation group: 'javax.inject', name: 'javax.inject', version: '1'
356357
contractTestImplementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.0.1'
357-
contractTestImplementation('org.springframework.boot:spring-boot-starter-hateoas')
358+
contractTestImplementation('org.springframework.hateoas:spring-hateoas:1.5.5')
358359
contractTestImplementation(group: 'io.searchbox', name: 'jest', version: '6.3.1') {
359360
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
360361
}

dependency-check-suppressions.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
<notes>Temporary Suppression
44
CVE-2023-6378 refer [Ticket]
55
CVE-2023-34055 refer [Ticket]
6+
67
CVE-2023-34036 refer [Ticket]
8+
79
CVE-2023-34042 refer [Ticket]
810
CVE-2023-46589 refer [Ticket]
911
CVE-2023-1370 refer [Ticket]</notes>
1012
<cve>CVE-2023-6378</cve>
1113
<cve>CVE-2023-34055</cve>
14+
1215
<cve>CVE-2023-34036</cve>
16+
1317
<cve>CVE-2023-46589</cve>
1418
<cve>CVE-2023-1370</cve>
1519
</suppress>

0 commit comments

Comments
 (0)