Skip to content

Commit

Permalink
Update test dependencies to newest versions (#1690)
Browse files Browse the repository at this point in the history
* Update jimfs and common-lang3 to newer versions
  • Loading branch information
lbergelson committed Oct 13, 2023
1 parent 5f0d484 commit 3964abe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3964abe

Please sign in to comment.