Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Mar 16, 2024
1 parent 4ebb874 commit a67eeb6
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.3'
version = '2.5.0-dev.4'


description = 'Ligand binding site prediction based on machine learning.'
Expand Down Expand Up @@ -164,13 +164,13 @@ tasks.named("dependencyUpdates").configure {

dependencies {

implementation 'org.apache.groovy:groovy:4.0.19'
implementation 'org.apache.groovy:groovy:4.0.20'

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 'com.google.guava:guava:33.0.0-jre'
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'
Expand Down

0 comments on commit a67eeb6

Please sign in to comment.