File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ allprojects {
27
27
}
28
28
29
29
ext {
30
- nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751 "
30
+ nanojsonVersion = " 5df3e81e87b791d01f132f376e4b7d4a1780f346 "
31
31
spotbugsVersion = " 4.7.3"
32
32
junitVersion = " 5.9.1"
33
33
checkstyleVersion = " 9.3" // do not use latest version (10.0) as it requires compile JDK 11
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ checkstyleTest {
25
25
dependencies {
26
26
implementation project(' :timeago-parser' )
27
27
28
- implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
28
+ implementation " com.github.FireMasterK :nanojson:$nanojsonVersion "
29
29
implementation ' org.jsoup:jsoup:1.15.3'
30
30
implementation " com.github.spotbugs:spotbugs-annotations:$spotbugsVersion "
31
31
implementation ' org.nibor.autolink:autolink:0.10.0'
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.github.spotbugs:spotbugs-annotations:$spotbugsVersion "
4
4
}
You can’t perform that action at this time.
0 commit comments