Skip to content

Commit 40670f7

Browse files
committed
Bump groovy 4.0.24 missing deps
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 5c5a810 commit 40670f7

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ allprojects {
109109

110110
// Documentation required libraries
111111
groovyDoc 'org.fusesource.jansi:jansi:2.4.0'
112-
groovyDoc "org.apache.groovy:groovy-groovydoc:4.0.23"
113-
groovyDoc "org.apache.groovy:groovy-ant:4.0.23"
112+
groovyDoc "org.apache.groovy:groovy-groovydoc:4.0.24"
113+
groovyDoc "org.apache.groovy:groovy-ant:4.0.24"
114114
}
115115

116116
test {

modules/nextflow/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ dependencies {
2121
api(project(':nf-commons'))
2222
api(project(':nf-httpfs'))
2323
api "org.apache.groovy:groovy:4.0.24"
24-
api "org.apache.groovy:groovy-nio:4.0.23"
25-
api "org.apache.groovy:groovy-xml:4.0.23"
26-
api "org.apache.groovy:groovy-json:4.0.23"
27-
api "org.apache.groovy:groovy-templates:4.0.23"
28-
api "org.apache.groovy:groovy-yaml:4.0.23"
24+
api "org.apache.groovy:groovy-nio:4.0.24"
25+
api "org.apache.groovy:groovy-xml:4.0.24"
26+
api "org.apache.groovy:groovy-json:4.0.24"
27+
api "org.apache.groovy:groovy-templates:4.0.24"
28+
api "org.apache.groovy:groovy-yaml:4.0.24"
2929
api "org.slf4j:jcl-over-slf4j:2.0.7"
3030
api "org.slf4j:jul-to-slf4j:2.0.7"
3131
api "org.slf4j:log4j-over-slf4j:2.0.7"
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation 'org.subethamail:subethasmtp:3.1.7'
5454

5555
// test configuration
56-
testFixturesApi ("org.apache.groovy:groovy-test:4.0.23") { exclude group: 'org.apache.groovy' }
56+
testFixturesApi ("org.apache.groovy:groovy-test:4.0.24") { exclude group: 'org.apache.groovy' }
5757
testFixturesApi ("org.objenesis:objenesis:3.4")
5858
testFixturesApi ("net.bytebuddy:byte-buddy:1.14.17")
5959
testFixturesApi ("org.spockframework:spock-core:2.3-groovy-4.0") { exclude group: 'org.apache.groovy' }

modules/nf-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sourceSets {
2727
dependencies {
2828
api "ch.qos.logback:logback-classic:1.4.14"
2929
api "org.apache.groovy:groovy:4.0.24"
30-
api "org.apache.groovy:groovy-nio:4.0.23"
30+
api "org.apache.groovy:groovy-nio:4.0.24"
3131
api "commons-lang:commons-lang:2.6"
3232
api 'com.google.guava:guava:33.0.0-jre'
3333
api 'org.pf4j:pf4j:3.12.0'

modules/nf-httpfs/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ dependencies {
3131
api project(':nf-commons')
3232
api "ch.qos.logback:logback-classic:1.4.14"
3333
api "org.apache.groovy:groovy:4.0.24"
34-
api "org.apache.groovy:groovy-nio:4.0.23"
34+
api "org.apache.groovy:groovy-nio:4.0.24"
3535
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
3636

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

plugins/nf-amazon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
testImplementation(testFixtures(project(":nextflow")))
6161
testImplementation project(':nextflow')
6262
testImplementation "org.apache.groovy:groovy:4.0.24"
63-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
63+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
6464
}

plugins/nf-azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ dependencies {
5353
testImplementation(testFixtures(project(":nextflow")))
5454
testImplementation project(':nextflow')
5555
testImplementation "org.apache.groovy:groovy:4.0.24"
56-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
56+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
5757
}

plugins/nf-cloudcache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies {
3636

3737
testImplementation(testFixtures(project(":nextflow")))
3838
testImplementation "org.apache.groovy:groovy:4.0.24"
39-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
39+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
4040
}
4141

plugins/nf-codecommit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ dependencies {
4343
testImplementation(testFixtures(project(":nextflow")))
4444
testImplementation project(':nextflow')
4545
testImplementation "org.apache.groovy:groovy:4.0.24"
46-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
46+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
4747
}

plugins/nf-console/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dependencies {
3838
compileOnly 'org.pf4j:pf4j:3.12.0'
3939

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

4545
testImplementation(testFixtures(project(":nextflow")))
4646
testImplementation project(':nextflow')
4747
testImplementation "org.apache.groovy:groovy:4.0.24"
48-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
48+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
4949
}
5050

plugins/nf-google/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation(testFixtures(project(":nextflow")))
4949
testImplementation "org.apache.groovy:groovy:4.0.24"
50-
testImplementation "org.apache.groovy:groovy-nio:4.0.23"
50+
testImplementation "org.apache.groovy:groovy-nio:4.0.24"
5151
}
5252

5353
test {

0 commit comments

Comments
 (0)