Skip to content

Commit

Permalink
Bump spring mvc and commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth40342 committed Nov 6, 2024
1 parent 4be227b commit 8fefa55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {

implementation 'org.springframework:spring-expression:5.3.39'
implementation 'org.springframework:spring-web:5.3.39'
implementation 'org.springframework:spring-webmvc:6.1.13'
implementation 'org.springframework:spring-webmvc:6.1.14'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.2'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core', version: '4.0.2'
Expand All @@ -165,7 +165,7 @@ dependencies {
implementation group: 'com.sendgrid', name: 'sendgrid-java', version: '4.9.3'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.1'

implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '5.0.0-RELEASE'
Expand Down
1 change: 1 addition & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<cve>CVE-2023-5072</cve>
<cve>CVE-2024-22262</cve>
<cve>CVE-2024-34447</cve>
<cve>CVE-2024-38820</cve>
</suppress>
</suppressions>

0 comments on commit 8fefa55

Please sign in to comment.