This is an automated email from the ASF dual-hosted git repository.
daim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new b5306ed97a OAK-11799 : updated azure-identity to 1.22.2 to fix a
security issue (#2379)
b5306ed97a is described below
commit b5306ed97a95c10a23b0f8c00ddd669725943f67
Author: Rishabh Kumar <[email protected]>
AuthorDate: Fri Jul 11 10:34:09 2025 +0530
OAK-11799 : updated azure-identity to 1.22.2 to fix a security issue (#2379)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index a5cd8a0262..b80f5eaf12 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -711,7 +711,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>1.11.3</version>
+ <version>1.12.2</version>
</dependency>
<!-- Azure identity transitive dependencies -->