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
commit 3e817f222e327f0fc419e7de5e9f441ab82a2258 Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Dec 5 08:26:57 2025 +0100 TIKA-4327: update microsoft graph, azure storage --- 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 8fff4b63c..9c37e258b 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -320,8 +320,8 @@ <asm.version>9.9</asm.version> <azure.core.version>1.57.0</azure.core.version> <azure.core.http.netty.version>1.16.2</azure.core.http.netty.version> - <azure.storage.blob.version>12.32.0</azure.storage.blob.version> - <azure.storage.common>12.31.0</azure.storage.common> + <azure.storage.blob.version>12.33.0-beta.1</azure.storage.blob.version> + <azure.storage.common>12.32.0-beta.1</azure.storage.common> <azure-identity.version>1.19.0-beta.1</azure-identity.version> <azure.json.version>1.5.0</azure.json.version> <azure.xml.version>1.2.0</azure.xml.version>
