We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b9f25 commit 857ae0aCopy full SHA for 857ae0a
build.gradle
@@ -27,7 +27,9 @@ allprojects {
27
}
28
29
ext {
30
- nanojsonVersion = "5df3e81e87b791d01f132f376e4b7d4a1780f346"
+ // 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"
33
spotbugsVersion = "4.7.3"
34
junitVersion = "5.9.1"
35
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11
0 commit comments