This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch OAK-11799 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 005c670769aaaf8f72c1011bcdeed74735cfa50b Author: rishabhdaim <[email protected]> AuthorDate: Thu Jul 10 10:41:10 2025 +0530 OAK-11799 : updated azure-identity to 1.22.2 to fix a security issue --- 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 -->
