Skip to content

Commit

Permalink
Update spring web version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Apr 9, 2024
1 parent db9085e commit 3119b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ dependencies {
implementation 'ch.qos.logback:logback-core:1.2.13'

//Fix CVE-2023-40827, CVE-2023-40828, CVE-2023-40826
implementation 'org.springframework:spring-webmvc:5.3.32'
implementation 'org.springframework:spring-web:5.3.32'
implementation 'org.springframework:spring-webmvc:5.3.33'
implementation 'org.springframework:spring-web:5.3.33'

// Fix CVE-2024-25710, CVE-2024-26308
implementation 'org.apache.commons:commons-compress:1.26.0'
Expand Down

0 comments on commit 3119b8d

Please sign in to comment.