Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed May 24, 2024
1 parent 7499580 commit 52898c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.4.2-beta.1'
version = '2.4.2-beta.2'


description = 'Ligand binding site prediction based on machine learning.'
Expand Down Expand Up @@ -170,14 +170,14 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'commons-io:commons-io:2.16.1'
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:33.2.0-jre'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.univocity:univocity-parsers:2.9.1' // csv parser
implementation 'org.apache.commons:commons-csv:1.10.0'
implementation 'org.apache.commons:commons-csv:1.11.0'
implementation 'org.zeroturnaround:zt-zip:1.17'
implementation 'org.apache.commons:commons-compress:1.26.1'
implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'org.tukaani:xz:1.9'
implementation 'com.github.luben:zstd-jni:1.5.6-2'
implementation 'com.github.luben:zstd-jni:1.5.6-3'
implementation 'com.github.dpaukov:combinatoricslib3:3.4.0'

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

0 comments on commit 52898c1

Please sign in to comment.