This is an automated email from the ASF dual-hosted git repository.
tilman 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 879517579 Bump org.codelibs:jhighlight from 1.1.0 to 1.1.1 (#2475)
879517579 is described below
commit 879517579079451c25123a58bf4a27fedbb781c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 06:52:52 2025 +0100
Bump org.codelibs:jhighlight from 1.1.0 to 1.1.1 (#2475)
Bumps [org.codelibs:jhighlight](https://github.com/codelibs/jhighlight)
from 1.1.0 to 1.1.1.
-
[Commits](https://github.com/codelibs/jhighlight/compare/jhighlight-1.1.0...jhighlight-1.1.1)
---
updated-dependencies:
- dependency-name: org.codelibs:jhighlight
dependency-version: 1.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 05e6c4b3a..4868e3b05 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -391,7 +391,7 @@
-->
<jetty.version>11.0.26</jetty.version>
<jetty.http2.version>11.0.26</jetty.http2.version>
- <jhighlight.version>1.1.0</jhighlight.version>
+ <jhighlight.version>1.1.1</jhighlight.version>
<jna.version>5.18.1</jna.version>
<json.simple.version>1.1.1</json.simple.version>
<jsoup.version>1.21.2</jsoup.version>