This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b3c688c213 TIKA-4327: update micronaut
b3c688c213 is described below
commit b3c688c2132a84e9f6800af2fcb3081831a262b0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jun 29 21:46:35 2026 +0200
TIKA-4327: update micronaut
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0dee1e41c9..b01f875410 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -405,7 +405,7 @@
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<!-- can't update to 4 because Apache Ignite needs
io.micronaut.core.convert.DefaultConversionService
which no longer exists in 4.0:
https://stackoverflow.com/questions/79937141/ -->
- <micronaut.version>3.10.8</micronaut.version>
+ <micronaut.version>3.10.9</micronaut.version>
<mime4j.version>0.8.14</mime4j.version>
<mockito.version>5.23.0</mockito.version>
<mockito-junit-jupiter.version>5.23.0</mockito-junit-jupiter.version>