Skip to content

Commit 857ae0a

Browse files
committed
Use nanojson without fastutil
1 parent a6b9f25 commit 857ae0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ allprojects {
2727
}
2828

2929
ext {
30-
nanojsonVersion = "5df3e81e87b791d01f132f376e4b7d4a1780f346"
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 = "7056f30ab24294a507cd2b2d56073181ca9bcc8b"
3133
spotbugsVersion = "4.7.3"
3234
junitVersion = "5.9.1"
3335
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11

0 commit comments

Comments
 (0)