File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ allprojects {
2727 }
2828
2929 ext {
30- nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
30+ // When updating nanojson from FireMasterK's fork, take the last commit that does not use
31+ // fastutil, since we don't want to add fastutil as a dependency of NewPipeExtractor.
32+ nanojsonVersion = " f0493317e52614f296bcb491d7838b7c6e5823e6"
3133 jsr305Version = " 3.0.2"
3234 junitVersion = " 5.12.1"
3335 checkstyleVersion = " 10.4"
Original file line number Diff line number Diff line change 2929dependencies {
3030 implementation project(' :timeago-parser' )
3131
32- implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
3332 implementation ' org.jsoup:jsoup:1.19.1'
33+ implementation " com.github.FireMasterK:nanojson:$nanojsonVersion "
3434 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
3535
3636 implementation " org.mozilla:rhino:$rhinoVersion "
Original file line number Diff line number Diff line change 11dependencies {
2- implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
2+ implementation " com.github.FireMasterK :nanojson:$nanojsonVersion "
33 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
44}
You can’t perform that action at this time.
0 commit comments