Skip to content

Commit

Permalink
Bump groovy 4.0.25
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jan 25, 2025
1 parent 28e03a2 commit 19c40a4
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ allprojects {

// Documentation required libraries
groovyDoc 'org.fusesource.jansi:jansi:2.4.0'
groovyDoc "org.apache.groovy:groovy-groovydoc:4.0.24"
groovyDoc "org.apache.groovy:groovy-ant:4.0.24"
groovyDoc "org.apache.groovy:groovy-groovydoc:4.0.25"
groovyDoc "org.apache.groovy:groovy-ant:4.0.25"
}

test {
Expand Down
14 changes: 7 additions & 7 deletions modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ compileGroovy {
dependencies {
api(project(':nf-commons'))
api(project(':nf-httpfs'))
api "org.apache.groovy:groovy:4.0.24"
api "org.apache.groovy:groovy-nio:4.0.24"
api "org.apache.groovy:groovy-xml:4.0.24"
api "org.apache.groovy:groovy-json:4.0.24"
api "org.apache.groovy:groovy-templates:4.0.24"
api "org.apache.groovy:groovy-yaml:4.0.24"
api "org.apache.groovy:groovy:4.0.25"
api "org.apache.groovy:groovy-nio:4.0.25"
api "org.apache.groovy:groovy-xml:4.0.25"
api "org.apache.groovy:groovy-json:4.0.25"
api "org.apache.groovy:groovy-templates:4.0.25"
api "org.apache.groovy:groovy-yaml:4.0.25"
api "org.slf4j:jcl-over-slf4j:2.0.16"
api "org.slf4j:jul-to-slf4j:2.0.16"
api "org.slf4j:log4j-over-slf4j:2.0.16"
Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation 'org.subethamail:subethasmtp:3.1.7'

// test configuration
testFixturesApi ("org.apache.groovy:groovy-test:4.0.24") { exclude group: 'org.apache.groovy' }
testFixturesApi ("org.apache.groovy:groovy-test:4.0.25") { exclude group: 'org.apache.groovy' }
testFixturesApi ("org.objenesis:objenesis:3.4")
testFixturesApi ("net.bytebuddy:byte-buddy:1.14.17")
testFixturesApi ("org.spockframework:spock-core:2.3-groovy-4.0") { exclude group: 'org.apache.groovy' }
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ sourceSets {

dependencies {
api "ch.qos.logback:logback-classic:1.5.16"
api "org.apache.groovy:groovy:4.0.24"
api "org.apache.groovy:groovy-nio:4.0.24"
api "org.apache.groovy:groovy:4.0.25"
api "org.apache.groovy:groovy-nio:4.0.25"
api "commons-lang:commons-lang:2.6"
api 'com.google.guava:guava:33.0.0-jre'
api 'org.pf4j:pf4j:3.12.0'
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-httpfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ sourceSets {
dependencies {
api project(':nf-commons')
api "ch.qos.logback:logback-classic:1.5.16"
api "org.apache.groovy:groovy:4.0.24"
api "org.apache.groovy:groovy-nio:4.0.24"
api "org.apache.groovy:groovy:4.0.25"
api "org.apache.groovy:groovy-nio:4.0.25"
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }

/* testImplementation inherited from top gradle build file */
testImplementation "org.apache.groovy:groovy-json:4.0.24" // needed by wiremock
testImplementation "org.apache.groovy:groovy-json:4.0.25" // needed by wiremock
testImplementation ('com.github.tomakehurst:wiremock:1.57') { exclude module: 'groovy-all' }
testImplementation ('com.github.tomjankes:wiremock-groovy:0.2.0') { exclude module: 'groovy-all' }

Expand Down
4 changes: 2 additions & 2 deletions plugins/nf-amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ dependencies {

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}
4 changes: 2 additions & 2 deletions plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ dependencies {

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}
4 changes: 2 additions & 2 deletions plugins/nf-cloudcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compileOnly 'org.pf4j:pf4j:3.12.0'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}

4 changes: 2 additions & 2 deletions plugins/nf-codecommit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dependencies {

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}
6 changes: 3 additions & 3 deletions plugins/nf-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ dependencies {
compileOnly 'org.pf4j:pf4j:3.12.0'

api("org.apache.groovy:groovy-console:4.0.21-patch.2") { transitive=false }
api("org.apache.groovy:groovy-swing:4.0.24") { transitive=false }
api("org.apache.groovy:groovy-swing:4.0.25") { transitive=false }
// this is required by 'groovy-console'
api("com.github.javaparser:javaparser-core:3.25.8")

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}

4 changes: 2 additions & 2 deletions plugins/nf-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
api 'com.google.code.gson:gson:2.10.1'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}

test {
Expand Down
4 changes: 2 additions & 2 deletions plugins/nf-tower/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies {
api "com.fasterxml.jackson.core:jackson-databind:2.12.7.1"

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}
4 changes: 2 additions & 2 deletions plugins/nf-wave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {
api 'io.seqera:wave-utils:0.15.0'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.apache.groovy:groovy:4.0.24"
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
testImplementation "org.apache.groovy:groovy:4.0.25"
testImplementation "org.apache.groovy:groovy-nio:4.0.25"
}

0 comments on commit 19c40a4

Please sign in to comment.