Skip to content

Commit

Permalink
Updated azure identity in gradle file (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc authored Oct 27, 2022
1 parent 095c7ee commit 4ce81bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {
implementation 'org.osgi:org.osgi.core:6.0.0',
'org.osgi:org.osgi.compendium:5.0.0'
compileOnly 'com.azure:azure-security-keyvault-keys:4.2.8',
'com.azure:azure-identity:1.3.3',
'com.azure:azure-identity:1.7.0-beta.2',
'org.antlr:antlr4-runtime:4.9.2',
'com.google.code.gson:gson:2.8.7',
'org.bouncycastle:bcprov-jdk15on:1.69',
Expand All @@ -152,7 +152,7 @@ dependencies {
'com.google.code.gson:gson:2.8.7',
'org.bouncycastle:bcprov-jdk15on:1.69',
'com.azure:azure-security-keyvault-keys:4.2.8',
'com.azure:azure-identity:1.3.3',
'com.azure:azure-identity:1.7.0-beta.2',
'com.microsoft.azure:adal4j:1.6.7',
'com.h2database:h2:1.4.200'
}

0 comments on commit 4ce81bb

Please sign in to comment.