File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
2828
2929 ext {
3030 nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
31- spotbugsVersion = " 4.8.6 "
31+ jsr305Version = " 3.0.2 "
3232 junitVersion = " 5.11.4"
3333 checkstyleVersion = " 10.4"
3434 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727
2828 implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
2929 implementation ' org.jsoup:jsoup:1.17.2'
30- implementation " com.github.spotbugs:spotbugs-annotations: $s potbugsVersion "
30+ implementation " com.google.code.findbugs:jsr305: $j sr305Version "
3131
3232 // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
3333 // available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
Original file line number Diff line number Diff line change 11dependencies {
22 implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
3- implementation " com.github.spotbugs:spotbugs-annotations: $s potbugsVersion "
3+ implementation " com.google.code.findbugs:jsr305: $j sr305Version "
44}
You can’t perform that action at this time.
0 commit comments