Skip to content

Commit ee61a2b

Browse files
authored
Merge pull request #394 from microsoftgraph/dependabot/gradle/samples/deviceCodeSample/junit-junit-4.13.2
Bump junit from 4.12 to 4.13.2 in /samples/deviceCodeSample
2 parents 8327345 + d84212f commit ee61a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/deviceCodeSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation group: 'junit', name: 'junit', version: '4.12'
13+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
1414
implementation project(':coreLibrary')
1515
implementation 'com.azure:azure-identity:1.4.2'
1616
}

0 commit comments

Comments
 (0)