Skip to content

Commit ab74e7e

Browse files
authored
Merge pull request #3234 from vmware/jhua/tomcat-embed-core
CVE-2025-41249/CVE-2025-41242/CVE-2025-48989
2 parents 7c840f8 + 8076124 commit ab74e7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

g11n-ws/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
buildscript {
55
ext {
6-
springBootVersion = '3.3.13'
6+
springBootVersion = '3.4.10'
77
}
88
repositories {
99
mavenLocal()
@@ -50,8 +50,8 @@ subprojects{
5050
httpclient='4.5.13'
5151
jacksonVersion = '2.16.0'
5252
springdocVersion='2.6.0'
53-
tomcatVersion= '10.1.43'
54-
springWebMvcVersion= '6.1.16'
53+
tomcatVersion= '10.1.46'
54+
springWebMvcVersion= '6.2.11'
5555

5656
ehCacheVersion = '3.10.8'
5757
cacheApiVersion='1.1.1'

0 commit comments

Comments
 (0)