Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Dec 5, 2023
1 parent 199074b commit 5b5d7e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@ configurations {

dependencies {

implementation 'org.apache.groovy:groovy:4.0.15' // 4.0.5-9,13 are buggy - probems with Ligands.groovy @CompileStatic
implementation 'org.apache.groovy:groovy:4.0.16' // 4.0.5-9,13 are buggy - probems with Ligands.groovy @CompileStatic

implementation 'org.codehaus.gpars:gpars:1.2.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.15.1'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.univocity:univocity-parsers:2.9.1' // csv parser
implementation 'org.apache.commons:commons-csv:1.10.0'
implementation 'org.zeroturnaround:zt-zip:1.16'
implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'org.tukaani:xz:1.9'
implementation 'com.github.luben:zstd-jni:1.5.5-10'
implementation 'com.github.luben:zstd-jni:1.5.5-11'
implementation 'com.github.dpaukov:combinatoricslib3:3.3.3'

implementation 'org.slf4j:slf4j-api:1.7.36'
Expand Down

0 comments on commit 5b5d7e9

Please sign in to comment.