Skip to content

Commit 5297eae

Browse files
authored
Merge pull request #3241 from vmware/jhua/vulns-fix
upgrade tomcat/jackson-core for vulns
2 parents 483702c + f28fc93 commit 5297eae

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
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2025 VMware, Inc.
1+
//Copyright 2019-2026 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33

44
buildscript {
@@ -48,9 +48,9 @@ subprojects{
4848
ext {
4949
projectVersion = '0.0.1-SNAPSHOT'
5050
httpclient='4.5.13'
51-
jacksonVersion = '2.16.0'
51+
jacksonVersion = '2.18.6'
5252
springdocVersion='2.8.8'
53-
tomcatVersion= '10.1.48'
53+
tomcatVersion= '10.1.52'
5454
springWebMvcVersion= '6.2.11'
5555

5656
ehCacheVersion = '3.10.8'

0 commit comments

Comments
 (0)