Skip to content

Commit

Permalink
fix(deps): update groovy monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 6c4ce26 commit 4ef5a7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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.22'
implementation 'org.codehaus.groovy:groovy-all:3.0.23'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.upplication:s3fs:2.2.2'

Expand All @@ -108,8 +108,8 @@ allprojects {
}
// Documentation required libraries
groovyDoc 'org.fusesource.jansi:jansi:2.4.1'
groovyDoc 'org.codehaus.groovy:groovy-groovydoc:3.0.22'
groovyDoc 'org.codehaus.groovy:groovy-ant:3.0.22'
groovyDoc 'org.codehaus.groovy:groovy-groovydoc:3.0.23'
groovyDoc 'org.codehaus.groovy:groovy-ant:3.0.23'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion groovysh-task.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gradle.projectsLoaded {
}

project.dependencies {
groovyshdependencies 'org.apache.groovy:groovy-groovysh:4.0.23'
groovyshdependencies 'org.apache.groovy:groovy-groovysh:4.0.24'
}

project.tasks.register('groovysh') {
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 @@ -92,10 +92,10 @@ dependencies {
//testImplementation(testFixtures('black.ninia:jep:4.0.3'))

// test configuration
testImplementation 'org.codehaus.groovy:groovy:3.0.22'
testImplementation 'org.codehaus.groovy:groovy-nio:3.0.22'
testImplementation 'org.codehaus.groovy:groovy:3.0.23'
testImplementation 'org.codehaus.groovy:groovy-nio:3.0.23'
testImplementation "io.nextflow:nextflow:$nextflowVersion"
testImplementation('org.codehaus.groovy:groovy-test:3.0.22') { exclude group: 'org.codehaus.groovy' }
testImplementation('org.codehaus.groovy:groovy-test:3.0.23') { exclude group: 'org.codehaus.groovy' }
testImplementation('cglib:cglib-nodep:3.3.0')
testImplementation('org.objenesis:objenesis:3.4')
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 4ef5a7e

Please sign in to comment.