Skip to content

Commit

Permalink
Bump pf4j to version 3.12.0
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 Jul 30, 2024
1 parent 4cf6b9f commit 8dfa407
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
api ('org.yaml:snakeyaml:2.0')
api ('org.jsoup:jsoup:1.15.4')
api 'jline:jline:2.9'
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j:3.12.0'
api 'dev.failsafe:failsafe:3.1.0'

testImplementation 'org.subethamail:subethasmtp:3.1.7'
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 @@ -29,8 +29,8 @@ dependencies {
api "org.codehaus.groovy:groovy:3.0.19"
api "org.codehaus.groovy:groovy-nio:3.0.19"
api "commons-lang:commons-lang:2.6"
api 'com.google.guava:guava:32.0.0-jre'
api 'org.pf4j:pf4j:3.10.0'
api 'com.google.guava:guava:33.0.0-jre'
api 'org.pf4j:pf4j:3.12.0'
api 'org.pf4j:pf4j-update:2.3.0'
api 'dev.failsafe:failsafe:3.1.0'
// patch gson dependency required by pf4j
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

api ('javax.xml.bind:jaxb-api:2.3.1')
api ('com.amazonaws:aws-java-sdk-s3:1.12.429')
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'
api('com.azure:azure-storage-blob:12.25.2') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-cloudcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

testImplementation(testFixtures(project(":nextflow")))
testImplementation "org.codehaus.groovy:groovy:3.0.19"
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-codecommit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

api ('javax.xml.bind:jaxb-api:2.3.1')
api ('com.amazonaws:aws-java-sdk-codecommit:1.12.429')
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

api("org.codehaus.groovy:groovy-console:3.0.19") { transitive=false }
api("org.codehaus.groovy:groovy-swing:3.0.19") { transitive=false }
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

api 'com.google.apis:google-api-services-lifesciences:v2beta-rev20210527-1.31.5'
api 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-tower/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
compileOnly 'org.pf4j:pf4j:3.12.0'

api "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0"
api "com.fasterxml.jackson.core:jackson-databind:2.12.7.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/nf-wave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ configurations {
dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.10.0'
api 'org.apache.commons:commons-compress:1.26.0'
compileOnly 'org.pf4j:pf4j:3.12.0'
api 'org.apache.commons:commons-compress:1.26.1'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'com.google.code.gson:gson:2.10.1'
api 'org.yaml:snakeyaml:2.0'
Expand Down

0 comments on commit 8dfa407

Please sign in to comment.