From 279a9a103e8c16ad3d6f9a739f2b8b25eb29dcc2 Mon Sep 17 00:00:00 2001 From: Keith Hendershot Date: Fri, 14 Apr 2023 11:07:47 -0700 Subject: [PATCH] Update pom.xml --- accessors-smart/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml index 47e49b9c..c809e1d8 100644 --- a/accessors-smart/pom.xml +++ b/accessors-smart/pom.xml @@ -17,7 +17,7 @@ limitations under the License. 4.0.0 net.minidev accessors-smart - 2.4.9 + 2.4.10 ASM based accessors helper used by json-smart Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls. bundle