Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions g11n-ws/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2019-2024 VMware, Inc.
//Copyright 2019-2025 VMware, Inc.
//SPDX-License-Identifier: EPL-2.0

buildscript {
Expand Down Expand Up @@ -50,7 +50,7 @@ subprojects{
httpclient='4.5.13'
jacksonVersion = '2.16.0'
springdocVersion='2.6.0'
tomcatVersion= '10.1.31'
tomcatVersion= '10.1.34'
springWebMvcVersion= '6.1.16'

ehCacheVersion = '3.10.8'
Expand Down
Loading