Upgrade other dependencies

This commit is contained in:
wb9688 2020-05-02 08:26:48 +02:00
parent 036cc7e26e
commit aa277e1b6a
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
}