We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483702c commit f28fc93Copy full SHA for f28fc93
g11n-ws/build.gradle
@@ -1,4 +1,4 @@
1
-//Copyright 2019-2025 VMware, Inc.
+//Copyright 2019-2026 VMware, Inc.
2
//SPDX-License-Identifier: EPL-2.0
3
4
buildscript {
@@ -48,9 +48,9 @@ subprojects{
48
ext {
49
projectVersion = '0.0.1-SNAPSHOT'
50
httpclient='4.5.13'
51
- jacksonVersion = '2.16.0'
+ jacksonVersion = '2.18.6'
52
springdocVersion='2.8.8'
53
- tomcatVersion= '10.1.48'
+ tomcatVersion= '10.1.52'
54
springWebMvcVersion= '6.2.11'
55
56
ehCacheVersion = '3.10.8'
0 commit comments