Skip to content

Commit 7ee3b3c

Browse files
authored
Merge pull request #538 from microsoftgraph/dependabot/gradle/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
2 parents 022fa1d + 5cb2290 commit 7ee3b3c

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
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'com.google.guava:guava:20.0'
4242

4343
// Use JUnit test framework
44-
testImplementation 'junit:junit:4.13'
44+
testImplementation 'junit:junit:4.13.1'
4545

4646
api 'com.google.code.gson:gson:2.8.6'
4747

0 commit comments

Comments
 (0)