Update junit from 4.13.1 to 4.13.2

https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md
This commit is contained in:
TobiGr 2021-05-28 15:09:26 +02:00
parent 519bba70b3
commit 1ff56a85df
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies {
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
implementation 'org.nibor.autolink:autolink:0.10.0'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
testImplementation 'com.google.code.gson:gson:2.8.6'
}