Bump version to 2.4.2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: I1bee7a627e2ffa26ee3042eacade2846e5fec4df
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d767074..5d78cba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 * Fixed a crash (`pushback value was too large`) on German gender-sensitive forms
   separated by a non-ASCII slash — division slash (U+2215 `∕`), fraction slash
   (U+2044 `⁄`) or fullwidth solidus (U+FF0F `/`) — which could occur on EPUB input
+* Updated dependencies
 
 ## 2.4.1 [2026-04-03]
 
diff --git a/pom.xml b/pom.xml
index 94106fe..059e711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>de.ids-mannheim.korap.tokenizer</groupId>
     <artifactId>KorAP-Tokenizer</artifactId>
-    <version>2.4.1</version>
+    <version>2.4.2</version>
 
     <name>KorAP-Tokenizer</name>
     <description>DFA tokenizer with character offset output, large abbreviation tables and CMC support.</description>