Use nanojson without fastutil

This commit is contained in:
Stypox 2022-11-24 17:21:57 +01:00
parent a6b9f25182
commit 857ae0aa86
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ allprojects {
}
ext {
nanojsonVersion = "5df3e81e87b791d01f132f376e4b7d4a1780f346"
// When updating nanojson from FireMasterK's fork, take the last commit that does not use
// fastutil, since we don't want to add fastutil as a dependency of NewPipeExtractor.
nanojsonVersion = "7056f30ab24294a507cd2b2d56073181ca9bcc8b"
spotbugsVersion = "4.7.3"
junitVersion = "5.9.1"
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11