Skip to content

Commit

Permalink
bump groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Nov 11, 2024
1 parent 4c5d4ae commit 781e208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: "com.github.ben-manes.versions" // ./gradlew dependencyUpdates


group = 'cz.siret'
version = '2.5'
version = '2.5.1-dev.1'

description = 'Ligand binding site prediction based on machine learning.'

Expand Down Expand Up @@ -167,7 +167,7 @@ tasks.named("dependencyUpdates").configure {

dependencies {

implementation 'org.apache.groovy:groovy:4.0.23'
implementation 'org.apache.groovy:groovy:4.0.24'

implementation 'org.codehaus.gpars:gpars:1.2.1'
implementation 'org.apache.commons:commons-lang3:3.17.0'
Expand Down

0 comments on commit 781e208

Please sign in to comment.