File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ allprojects {
27
27
}
28
28
29
29
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"
31
33
jsr305Version = " 3.0.2"
32
34
junitVersion = " 5.12.1"
33
35
checkstyleVersion = " 10.4"
Original file line number Diff line number Diff line change 29
29
dependencies {
30
30
implementation project(' :timeago-parser' )
31
31
32
- implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
33
32
implementation ' org.jsoup:jsoup:1.19.1'
33
+ implementation " com.github.FireMasterK:nanojson:$nanojsonVersion "
34
34
implementation " com.google.code.findbugs:jsr305:$jsr305Version "
35
35
36
36
implementation " org.mozilla:rhino:$rhinoVersion "
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
2
+ implementation " com.github.FireMasterK :nanojson:$nanojsonVersion "
3
3
implementation " com.google.code.findbugs:jsr305:$jsr305Version "
4
4
}
You can’t perform that action at this time.
0 commit comments