Skip to content

Commit

Permalink
Updated spring-hateoas (#2431)
Browse files Browse the repository at this point in the history
Co-authored-by: ankita-srivastava009 <[email protected]>
  • Loading branch information
dinesh1patel and ankita-srivastava009 committed Jul 24, 2024
1 parent 074fac9 commit 5e64e79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-actuator')

implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation('org.springframework.boot:spring-boot-starter-hateoas')
implementation('org.springframework.hateoas:spring-hateoas:1.5.5')

implementation group: 'org.springframework.plugin', name: 'spring-plugin-core'
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc') {
exclude group: 'org.apache.tomcat', module: 'tomcat-jdbc'
Expand Down Expand Up @@ -354,7 +355,7 @@ dependencies {
contractTestImplementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.6.1'
contractTestImplementation group: 'javax.inject', name: 'javax.inject', version: '1'
contractTestImplementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.0.1'
contractTestImplementation('org.springframework.boot:spring-boot-starter-hateoas')
contractTestImplementation('org.springframework.hateoas:spring-hateoas:1.5.5')
contractTestImplementation(group: 'io.searchbox', name: 'jest', version: '6.3.1') {
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
}
Expand Down
4 changes: 4 additions & 0 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
<notes>Temporary Suppression
CVE-2023-6378 refer [Ticket]
CVE-2023-34055 refer [Ticket]

CVE-2023-34036 refer [Ticket]

CVE-2023-34042 refer [Ticket]
CVE-2023-46589 refer [Ticket]
CVE-2023-1370 refer [Ticket]</notes>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-34055</cve>

<cve>CVE-2023-34036</cve>

<cve>CVE-2023-46589</cve>
<cve>CVE-2023-1370</cve>
</suppress>
Expand Down

0 comments on commit 5e64e79

Please sign in to comment.