diff --git a/build.gradle b/build.gradle index 73518a2c04..49f0910233 100644 --- a/build.gradle +++ b/build.gradle @@ -34,17 +34,15 @@ dependencies { implementation "org.apache.commons:commons-compress:1.24.0" implementation 'org.tukaani:xz:1.9' implementation "org.json:json:20230618" - implementation 'org.openjdk.nashorn:nashorn-core:15.4' - - + api "gov.nih.nlm.ncbi:ngs-java:2.9.0" api "org.apache.commons:commons-jexl:2.1.1" testImplementation 'org.testng:testng:7.7.0' - testImplementation 'com.google.jimfs:jimfs:1.1' + testImplementation 'com.google.jimfs:jimfs:1.2' testImplementation "com.google.guava:guava:31.1-jre" - testImplementation "org.apache.commons:commons-lang3:3.7" + testImplementation 'org.apache.commons:commons-lang3:3.12.0' } java {