Skip to content

Commit d0fbb70

Browse files
authored
Merge pull request #84 from microsoftgraph/dependabot/gradle/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
2 parents dd1d15b + d874ba0 commit d0fbb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838

3939
dependencies {
4040
// Use JUnit test framework
41-
testImplementation 'junit:junit:4.13'
41+
testImplementation 'junit:junit:4.13.1'
4242

4343
api 'com.squareup.okhttp3:okhttp:3.12.1'
4444

0 commit comments

Comments
 (0)