From cc98340c8b449e6369c4a16042a8867ba27eedb6 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 2 Jul 2025 09:09:04 -0400 Subject: [PATCH] fix: bumps azure core to avoid jar confusion on jwks-rsa-java Signed-off-by: Vincent Biret --- components/authentication/azure/gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index 8a3bb6160..6287f73ee 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -12,4 +12,4 @@ dependencies { api 'com.azure:azure-core:1.55.5' api project(':components:abstractions') -} +} \ No newline at end of file