Skip to content

Commit

Permalink
upgrade spring-webmvc to 6.1.13 for CVE-2024-38816
Browse files Browse the repository at this point in the history
  • Loading branch information
jhua-vmware committed Sep 16, 2024
1 parent ee52712 commit c218822
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g11n-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ subprojects{
projectVersion = '0.0.1-SNAPSHOT'
httpclient='4.5.13'
jacksonVersion = '2.16.0'
springdocVersion='2.2.0'
springdocVersion='2.6.0'
tomcatVersion= '10.1.25'
springWebMvcVersion= '6.1.13'

ehCacheVersion = '3.10.8'
cacheApiVersion='1.1.1'
Expand Down
1 change: 1 addition & 0 deletions g11n-ws/vip-manager-i18n/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:$commonsLangVersion")
implementation("commons-io:commons-io:$commonsIoVersion")
implementation("commons-codec:commons-codec:$commonsCodecVersion")
implementation("org.springframework:spring-webmvc:$springWebMvcVersion")

implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
Expand Down
1 change: 1 addition & 0 deletions g11n-ws/vip-manager-l10n/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {

implementation("org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion")
implementation("org.apache.tomcat:tomcat-annotations-api:$tomcatVersion")
implementation("org.springframework:spring-webmvc:$springWebMvcVersion")

implementation("org.yaml:snakeyaml:$snakeyam")
implementation("io.jsonwebtoken:jjwt:$jjwtVersion")
Expand Down
1 change: 1 addition & 0 deletions g11n-ws/vip-manager-lite-i18n/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dependencies {

implementation("org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion")
implementation("org.apache.tomcat:tomcat-annotations-api:$tomcatVersion")
implementation("org.springframework:spring-webmvc:$springWebMvcVersion")

implementation("org.ehcache:ehcache:$ehCacheVersion") {
capabilities {
Expand Down

0 comments on commit c218822

Please sign in to comment.