This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 da38d0355d TIKA-4738: update nimbus
da38d0355d is described below
commit da38d0355d98d25662a36c8a3b0253a9b9ccd509
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 25 16:54:34 2026 +0200
TIKA-4738: update nimbus
---
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 e301f164de..fd1ab25af1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -453,7 +453,7 @@
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't
fail on windows) -->
<zookeeper.version>3.8.6</zookeeper.version>
<zstd.version>1.5.7-11</zstd.version>
- <nimbus-jose-jwt.version>10.9</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version>
<logback.version>1.5.34</logback.version>
<javacpp.version>1.5.13</javacpp.version>
<maven.site.version>3.22.0</maven.site.version>