This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 2b232629f TIKA-4326: update dnsjava
2b232629f is described below
commit 2b232629faaeef5d26fd70bcfef6881e87347e55
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 27 08:41:52 2025 +0100
TIKA-4326: update dnsjava
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index f11c1c945..709af35e4 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -244,7 +244,7 @@
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
- <version>3.6.2</version>
+ <version>3.6.3</version>
</dependency>
<dependency>
<groupId>com.jamesmurty.utils</groupId>