Bump json-smart from 2.4.9 to 2.4.10 in /core

Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.9
to 2.4.10.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/compare/2.4.9...2.4.10)

---
updated-dependencies:
- dependency-name: net.minidev:json-smart
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #551

Change-Id: Ieca60182b8fa8a4d5916533e67015edc68fb20c7
diff --git a/core/pom.xml b/core/pom.xml
index 6c3ea62..54b3c0f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -157,7 +157,7 @@
 		<dependency>
 			<groupId>net.minidev</groupId>
 			<artifactId>json-smart</artifactId>
-			<version>2.4.9</version>
+			<version>2.4.10</version>
 		</dependency>
 		
 		<!-- Jersey 1x originally uses codehaus -->