Skip to content

Commit 8ffb23c

Browse files
authored
Merge pull request #422 from microsoftgraph/dependabot/gradle/junit-junit-4.13
Bump junit from 4.12 to 4.13
2 parents 7aab087 + 5cd5063 commit 8ffb23c

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

3232
// Use JUnit test framework
33-
testImplementation 'junit:junit:4.12'
33+
testImplementation 'junit:junit:4.13'
3434

3535
compile 'com.google.code.gson:gson:2.8.2'
3636

0 commit comments

Comments
 (0)