Skip to content

Commit 59bcc4a

Browse files
authored
Merge pull request #50 from microsoftgraph/dependabot/gradle/junit-junit-4.13
Bump junit from 4.12 to 4.13
2 parents cd978fd + fe53281 commit 59bcc4a

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
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'com.google.guava:guava:20.0'
3232

3333
// Use JUnit test framework
34-
testImplementation 'junit:junit:4.12'
34+
testImplementation 'junit:junit:4.13'
3535

3636
api 'com.squareup.okhttp3:okhttp:3.12.1'
3737

0 commit comments

Comments
 (0)