Skip to content

Commit

Permalink
Updating our dependencies to the the newest versions (#1699)
Browse files Browse the repository at this point in the history
* fixes a known vulnerability
  • Loading branch information
lbergelson authored Dec 19, 2023
1 parent 2d13eb7 commit b16416c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jacocoTestReport {
}

dependencies {
implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-logging:commons-logging:1.3.0'
implementation "org.xerial.snappy:snappy-java:1.1.10.5"
implementation "org.apache.commons:commons-compress:1.24.0"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation 'org.tukaani:xz:1.9'
implementation "org.json:json:20230618"
implementation "org.json:json:20231013"
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.2'
testImplementation "com.google.guava:guava:31.1-jre"
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'org.testng:testng:7.8.0'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testImplementation "com.google.guava:guava:33.0.0-jre"
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
}

java {
Expand Down

0 comments on commit b16416c

Please sign in to comment.