Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Mar 29, 2024
1 parent c231fc3 commit e6df82f
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 @@ -18,7 +18,7 @@ apply plugin: 'groovy'
apply plugin: 'java'

group = 'cz.siret'
version = '2.5.0-dev.4'
version = '2.5.0-dev.4.1'


description = 'Ligand binding site prediction based on machine learning.'
Expand Down Expand Up @@ -169,15 +169,15 @@ dependencies {
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.1'
implementation 'commons-io:commons-io:2.16.0'
implementation 'com.google.guava:guava:33.1.0-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.17'
implementation 'org.apache.commons:commons-compress:1.26.1'
implementation 'org.tukaani:xz:1.9'
implementation 'com.github.luben:zstd-jni:1.5.5-11'
implementation 'com.github.luben:zstd-jni:1.5.6-1'
implementation 'com.github.dpaukov:combinatoricslib3:3.4.0'

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

0 comments on commit e6df82f

Please sign in to comment.