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 f60a9eda9a Bump org.codelibs:jhighlight from 1.1.1 to 2.0.0 (#2765)
f60a9eda9a is described below
commit f60a9eda9ab2b4d5abcc9b710d0df56c6dc50ff8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 09:09:23 2026 +0200
Bump org.codelibs:jhighlight from 1.1.1 to 2.0.0 (#2765)
Bumps [org.codelibs:jhighlight](https://github.com/codelibs/jhighlight)
from 1.1.1 to 2.0.0.
-
[Commits](https://github.com/codelibs/jhighlight/compare/jhighlight-1.1.1...jhighlight-2.0.0)
---
updated-dependencies:
- dependency-name: org.codelibs:jhighlight
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 a1d4bc0e3e..b8d2b8b535 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -395,7 +395,7 @@
-->
<jetty.version>11.0.26</jetty.version>
<jetty.http2.version>11.0.26</jetty.http2.version>
- <jhighlight.version>1.1.1</jhighlight.version>
+ <jhighlight.version>2.0.0</jhighlight.version>
<jna.version>5.18.1</jna.version>
<json.simple.version>1.1.1</json.simple.version>
<jsoup.version>1.22.1</jsoup.version>