Bump slf4j-api from 2.0.0 to 2.0.1 in /core

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Closes #437

Change-Id: Ied9cbc8e7a5b14b50b007f416970764a6c6999b2
diff --git a/core/pom.xml b/core/pom.xml
index 9807d40..517f6c1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -228,7 +228,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-api</artifactId>
-			<version>2.0.0</version>
+			<version>2.0.1</version>
 		</dependency>
 		
 		<!-- Java Assist -->