diff --git a/CHANGELOG.md b/CHANGELOG.md
index 085e5579..0039bba6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
* Fix memory leak in `FFmpegFrameGrabber` when decoding from `InputStream` ([pull #2214](https://github.com/bytedeco/javacv/pull/2214))
- * Upgrade dependencies for OpenBLAS 0.3.28, OpenCV 4.10.0, FFmpeg 7.1, Leptonica 1.85.0, Tesseract 5.4.1
+ * Upgrade dependencies for OpenBLAS 0.3.28, OpenCV 4.10.0, FFmpeg 7.1, Leptonica 1.85.0, Tesseract 5.5.0
### January 29, 2024 version 1.5.10
* Work around `swscale` bug in `FFmpegFrameGrabber` for images with unaligned width ([issue #1960](https://github.com/bytedeco/javacv/issues/1960))
diff --git a/platform/pom.xml b/platform/pom.xml
index 31e347ee..ec17b25c 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -98,7 +98,7 @@
org.bytedeco
tesseract-platform
- 5.4.1-${javacpp.version}
+ 5.5.0-${javacpp.version}
diff --git a/pom.xml b/pom.xml
index a024aeae..375cba97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
org.bytedeco
tesseract
- 5.4.1-${javacpp.version}
+ 5.5.0-${javacpp.version}