Skip to content

Commit 45ed350

Browse files
authored
Merge pull request #664 from microsoftgraph/dependabot/gradle/junit-junit-4.13.2
Bump junit from 4.13.1 to 4.13.2
2 parents 32d6eea + 2c1497c commit 45ed350

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 @@ dependencies {
3838
implementation 'com.google.guava:guava:20.0'
3939

4040
// Use JUnit test framework
41-
testImplementation 'junit:junit:4.13.1'
41+
testImplementation 'junit:junit:4.13.2'
4242

4343
api 'com.google.code.gson:gson:2.8.6'
4444

0 commit comments

Comments
 (0)