From 41b00c639ee93bb6ba78d9034160021091fcd74c Mon Sep 17 00:00:00 2001 From: ruhan Date: Mon, 2 Mar 2026 18:53:29 +0800 Subject: [PATCH 1/2] Update to web-common-bom 32 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80b2ab2d..8452380b 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ org.commonjava.boms web-commons-bom - 31 + 32 import pom From d536c03094d842387773f6e5c62acec756ee9d41 Mon Sep 17 00:00:00 2001 From: ruhan Date: Mon, 2 Mar 2026 19:30:56 +0800 Subject: [PATCH 2/2] Update to web-commons-bom 33 Fixes Jackson dependency resolution issue where version 32 incorrectly referenced jackson-databind:2.21.1.0 which does not exist in Maven Central. Co-Authored-By: Claude Sonnet 4.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8452380b..a506618f 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ org.commonjava.boms web-commons-bom - 32 + 33 import pom