Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nextflowversion
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 15, 2023
2 parents b9c2996 + 8ce6e3e commit d1d1835
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 @@ -98,14 +98,14 @@ allprojects {
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sec:module_replacement
implementation 'com.github.groovy-wslite:groovy-wslite:1.1.3'
implementation 'org.codehaus.groovy:groovy-all:3.0.19'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.upplication:s3fs:2.2.2'

modules {
module('commons-logging:commons-logging') { replacedBy('org.slf4j:jcl-over-slf4j') }
}
// Documentation required libraries
groovyDoc 'org.fusesource.jansi:jansi:2.4.0'
groovyDoc 'org.fusesource.jansi:jansi:2.4.1'
groovyDoc 'org.codehaus.groovy:groovy-groovydoc:3.0.19'
groovyDoc 'org.codehaus.groovy:groovy-ant:3.0.19'
}
Expand Down

0 comments on commit d1d1835

Please sign in to comment.