Skip to content

Commit

Permalink
Bump groovy 3.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Feb 8, 2023
1 parent 7d3cc70 commit 7a3ebc7
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ allprojects {

// Documentation required libraries
groovyDoc 'org.fusesource.jansi:jansi:1.11'
groovyDoc "org.codehaus.groovy:groovy-groovydoc:3.0.14"
groovyDoc "org.codehaus.groovy:groovy-ant:3.0.14"
groovyDoc "org.codehaus.groovy:groovy-groovydoc:3.0.15"
groovyDoc "org.codehaus.groovy:groovy-ant:3.0.15"
}

test {
Expand Down
12 changes: 6 additions & 6 deletions modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ compileGroovy {
dependencies {
api(project(':nf-commons'))
api(project(':nf-httpfs'))
api "org.codehaus.groovy:groovy:3.0.14"
api "org.codehaus.groovy:groovy-nio:3.0.14"
api "org.codehaus.groovy:groovy-xml:3.0.14"
api "org.codehaus.groovy:groovy-json:3.0.14"
api "org.codehaus.groovy:groovy-templates:3.0.14"
api "org.codehaus.groovy:groovy:3.0.15"
api "org.codehaus.groovy:groovy-nio:3.0.15"
api "org.codehaus.groovy:groovy-xml:3.0.15"
api "org.codehaus.groovy:groovy-json:3.0.15"
api "org.codehaus.groovy:groovy-templates:3.0.15"
api "org.slf4j:jcl-over-slf4j:1.7.36"
api "org.slf4j:jul-to-slf4j:1.7.36"
api "org.slf4j:log4j-over-slf4j:1.7.36"
Expand All @@ -47,7 +47,7 @@ dependencies {
testImplementation 'org.subethamail:subethasmtp:3.1.7'

// test configuration
testFixturesApi ("org.codehaus.groovy:groovy-test:3.0.14") { exclude group: 'org.codehaus.groovy' }
testFixturesApi ("org.codehaus.groovy:groovy-test:3.0.15") { exclude group: 'org.codehaus.groovy' }
testFixturesApi ("cglib:cglib-nodep:3.3.0")
testFixturesApi ("org.objenesis:objenesis:3.2")
testFixturesApi ("org.spockframework:spock-core:2.3-groovy-3.0") { exclude group: 'org.codehaus.groovy'; exclude group: 'net.bytebuddy' }
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 @@ -27,8 +27,8 @@ sourceSets {

dependencies {
api "ch.qos.logback:logback-classic:1.2.11"
api "org.codehaus.groovy:groovy:3.0.14"
api "org.codehaus.groovy:groovy-nio:3.0.14"
api "org.codehaus.groovy:groovy:3.0.15"
api "org.codehaus.groovy:groovy-nio:3.0.15"
api "commons-lang:commons-lang:2.6"
api 'com.google.guava:guava:31.1-jre'
api 'org.pf4j:pf4j:3.4.1'
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 @@ -31,12 +31,12 @@ sourceSets {
dependencies {
api project(':nf-commons')
api "ch.qos.logback:logback-classic:1.2.11"
api "org.codehaus.groovy:groovy:3.0.14"
api "org.codehaus.groovy:groovy-nio:3.0.14"
api "org.codehaus.groovy:groovy:3.0.15"
api "org.codehaus.groovy:groovy-nio:3.0.15"
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }

/* testImplementation inherited from top gradle build file */
testImplementation "org.codehaus.groovy:groovy-json:3.0.14" // needed by wiremock
testImplementation "org.codehaus.groovy:groovy-json:3.0.15" // 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 @@ -50,6 +50,6 @@ dependencies {

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

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

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}
8 changes: 4 additions & 4 deletions plugins/nf-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.10'
compileOnly 'org.pf4j:pf4j:3.4.1'

api("org.codehaus.groovy:groovy-console:3.0.14") { transitive=false }
api("org.codehaus.groovy:groovy-swing:3.0.14") { transitive=false }
api("org.codehaus.groovy:groovy-console:3.0.15") { transitive=false }
api("org.codehaus.groovy:groovy-swing:3.0.15") { transitive=false }

testImplementation project(':nextflow')
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}

4 changes: 2 additions & 2 deletions plugins/nf-ga4gh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ dependencies {
api 'joda-time:joda-time:2.9.9'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}
4 changes: 2 additions & 2 deletions plugins/nf-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies {
api 'com.google.cloud:google-cloud-nio:0.124.8'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}

test {
Expand Down
6 changes: 3 additions & 3 deletions plugins/nf-tower/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.10'
compileOnly 'org.pf4j:pf4j:3.4.1'

api("org.codehaus.groovy:groovy-yaml:3.0.14") { transitive=false }
api("org.codehaus.groovy:groovy-yaml:3.0.15") { transitive=false }
api "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.5"
api "com.fasterxml.jackson.core:jackson-databind:2.12.5"

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}
4 changes: 2 additions & 2 deletions plugins/nf-wave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ dependencies {
api 'com.google.code.gson:gson:2.9.0'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.codehaus.groovy:groovy:3.0.14"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.14"
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
}

0 comments on commit 7a3ebc7

Please sign in to comment.