Skip to content

Commit 434da45

Browse files
authored
Merge pull request #391 from microsoftgraph/dependabot/gradle/samples/interactiveBrowserSample/junit-junit-4.13.2
Bump junit from 4.12 to 4.13.2 in /samples/interactiveBrowserSample
2 parents 9dc8735 + 6d9d41b commit 434da45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/interactiveBrowserSample/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.2.5'
1616
}

0 commit comments

Comments
 (0)