Merge pull request #655 from TeamNewPipe/dependabot/gradle/com.github.spotbugs-spotbugs-annotations-4.2.3

Bump spotbugs-annotations from 4.0.2 to 4.2.3
This commit is contained in:
bopol 2021-06-23 12:01:56 +02:00 committed by GitHub
commit 35c1bdd012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ dependencies {
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'org.mozilla:rhino:1.7.13'
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3'
implementation 'org.nibor.autolink:autolink:0.10.0'
testImplementation 'junit:junit:4.13.2'

View File

@ -2,5 +2,5 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3'
}