Skip to content

Commit 1adcf6a

Browse files
committed
upgrade tomcat/jackson-core for vulns
1 parent 483702c commit 1adcf6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
java-version: '17'
8585
- name: Smoke Test
8686
run: |
87-
git clone --branch=devops https://github.com/vmware/singleton.git devops
87+
git clone --branch=jhua/devops https://github.com/vmware/singleton.git devops
8888
cd $GITHUB_WORKSPACE/g11n-ws && ./gradlew build -x test
8989
cp $GITHUB_WORKSPACE/devops/deploy/i18n-service/Dockerfile $GITHUB_WORKSPACE/publish/
9090
cd $GITHUB_WORKSPACE/publish && ls
@@ -125,7 +125,7 @@ jobs:
125125
python-version: '3.10'
126126
- name: Performance Test
127127
run: |
128-
git clone --branch=devops https://github.com/vmware/singleton.git devops
128+
git clone --branch=jhua/devops https://github.com/vmware/singleton.git devops
129129
cd $GITHUB_WORKSPACE/g11n-ws && ./gradlew build -x test
130130
cp $GITHUB_WORKSPACE/devops/performancetest/Dockerfile $GITHUB_WORKSPACE/publish/
131131
cd $GITHUB_WORKSPACE/publish && ls

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)