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