Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13 (#23)

* Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13

Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.13.

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

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

* switches dependency 'log4j-slf4j-impl' to 'log4j-slf4j2-impl'

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Wiesner <martin.wiesner@hs-heilbronn.de>
diff --git a/japanese-addon/pom.xml b/japanese-addon/pom.xml
index aabb838..638af83 100644
--- a/japanese-addon/pom.xml
+++ b/japanese-addon/pom.xml
@@ -66,7 +66,7 @@
     
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
+      <artifactId>log4j-slf4j2-impl</artifactId>
     </dependency>
   </dependencies>
 
diff --git a/morfologik-addon/pom.xml b/morfologik-addon/pom.xml
index ddda4a6..7fb45eb 100644
--- a/morfologik-addon/pom.xml
+++ b/morfologik-addon/pom.xml
@@ -80,7 +80,7 @@
 
 		<dependency>
 			<groupId>org.apache.logging.log4j</groupId>
-			<artifactId>log4j-slf4j-impl</artifactId>
+			<artifactId>log4j-slf4j2-impl</artifactId>
 		</dependency>
 	</dependencies>
 
diff --git a/pom.xml b/pom.xml
index 3d14884..472730a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <opennlp.tools.version>2.3.4-SNAPSHOT</opennlp.tools.version>
         <opennlp.forkCount>1.0C</opennlp.forkCount>
 
-        <slf4j.version>1.7.36</slf4j.version>
+        <slf4j.version>2.0.13</slf4j.version>
         <log4j2.version>2.20.0</log4j2.version>
 
         <junit.version>5.10.3</junit.version>
@@ -196,7 +196,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-slf4j-impl</artifactId>
+                <artifactId>log4j-slf4j2-impl</artifactId>
                 <version>${log4j2.version}</version>
                 <scope>test</scope>
             </dependency>