From e0f9a3816222853bf27e0bbbe6a65220307dd29c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 19 May 2026 02:51:35 +0800 Subject: [PATCH 1/2] update parser to 2.1.42 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed234f13b088..25bf8f3fedac 100644 --- a/pom.xml +++ b/pom.xml @@ -1275,7 +1275,7 @@ 2.4 3.1.12.2 io.swagger.parser.v3 - 2.1.41 + 2.1.42 7.10.2 1.34 3.4.3 From 03de92b98b140b5e7ce16e21fa6e5d8ba7ac1d51 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 19 May 2026 10:16:22 +0800 Subject: [PATCH 2/2] no need to run mvn install in circleci --- CI/circle_parallel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index 19ba36cee69f..83d48b12aeb1 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -43,6 +43,5 @@ elif [ "$NODE_INDEX" = "3" ]; then else echo "Running node $NODE_INDEX ..." java -version - ./mvnw clean install fi