We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8327345 + d84212f commit ee61a2bCopy full SHA for ee61a2b
samples/deviceCodeSample/build.gradle
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- testImplementation group: 'junit', name: 'junit', version: '4.12'
+ testImplementation group: 'junit', name: 'junit', version: '4.13.2'
14
implementation project(':coreLibrary')
15
implementation 'com.azure:azure-identity:1.4.2'
16
0 commit comments