Skip to content

Commit e56f16e

Browse files
authored
Merge pull request #34 from microsoftgraph/dependabot/gradle/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
2 parents 01cb2a0 + 6cfb6e1 commit e56f16e

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'com.google.guava:guava:23.0'
3434

3535
// Use JUnit test framework
36-
testImplementation 'junit:junit:4.13'
36+
testImplementation 'junit:junit:4.13.1'
3737

3838
api 'com.google.code.gson:gson:2.8.6'
3939

0 commit comments

Comments
 (0)