Skip to content

Commit

Permalink
Update groovy monorepo to v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 7c98c7b commit 76e37ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
dependencies {
// 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 'org.codehaus.groovy:groovy-all:3.0.20'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.upplication:s3fs:2.2.2'

Expand All @@ -106,8 +106,8 @@ allprojects {
}
// Documentation required libraries
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'
groovyDoc 'org.codehaus.groovy:groovy-groovydoc:3.0.20'
groovyDoc 'org.codehaus.groovy:groovy-ant:3.0.20'
}

test {
Expand Down
6 changes: 3 additions & 3 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ dependencies {
//testImplementation(testFixtures('black.ninia:jep:4.0.3'))

// test configuration
testImplementation "org.codehaus.groovy:groovy:3.0.19"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.19"
testImplementation "org.codehaus.groovy:groovy:3.0.20"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.20"
testImplementation "io.nextflow:nextflow:$nextflowVersion"
testImplementation ("org.codehaus.groovy:groovy-test:3.0.19") { exclude group: 'org.codehaus.groovy' }
testImplementation ("org.codehaus.groovy:groovy-test:3.0.20") { exclude group: 'org.codehaus.groovy' }
testImplementation ("cglib:cglib-nodep:3.3.0")
testImplementation ("org.objenesis:objenesis:3.3")
testImplementation ("org.spockframework:spock-core:2.3-groovy-3.0") { exclude group: 'org.codehaus.groovy'; exclude group: 'net.bytebuddy' }
Expand Down

0 comments on commit 76e37ea

Please sign in to comment.