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
commit 948c75302d7cb6cb0cb0655a2f5935c492f404c0 Author: Tilman Hausherr <[email protected]> AuthorDate: Wed Aug 6 15:44:10 2025 +0200 TIKA-4455: update microsoft-graph, aws, nimbus --- tika-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index aba1fd1fb..541590ad9 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -311,7 +311,7 @@ <!-- change threetenbp exclusion version --> <google.cloud.version>2.54.0</google.cloud.version> <aws.version>1.12.788</aws.version> - <aws2.version>2.32.14</aws2.version> + <aws2.version>2.32.16</aws2.version> <!-- WARNING: when you upgrade asm make sure that you update the OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor See TIKA-2992. @@ -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.4</zookeeper.version> <zstd.version>1.5.7-4</zstd.version> - <nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version> + <nimbus-jose-jwt.version>10.4.1</nimbus-jose-jwt.version> <logback.version>1.5.18</logback.version> <javacpp.version>1.5.12</javacpp.version> <maven.site.version>3.21.0</maven.site.version>
