Bump json-smart from 2.4.7 to 2.4.8 in /core

Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.7 to 2.4.8.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits/2.4.8)

---
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>
diff --git a/core/pom.xml b/core/pom.xml
index b897d83..bbb5a0c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -168,7 +168,7 @@
 		<dependency>
 			<groupId>net.minidev</groupId>
 			<artifactId>json-smart</artifactId>
-			<version>2.4.7</version>
+			<version>2.4.8</version>
 		</dependency>
 		
 		<!-- Jersey 1x originally uses codehaus -->