Skip to content

Commit

Permalink
Bump logback 1.5.13 + slf4j 2.0.16
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 3, 2025
1 parent e44f5ec commit cc0163a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dependencies {
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.slf4j:jcl-over-slf4j:2.0.7"
api "org.slf4j:jul-to-slf4j:2.0.7"
api "org.slf4j:log4j-over-slf4j:2.0.7"
api "ch.qos.logback:logback-classic:1.4.14"
api "ch.qos.logback:logback-core:1.4.14"
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"
api "ch.qos.logback:logback-classic:1.5.13"
api "ch.qos.logback:logback-core:1.5.13"
api "org.codehaus.gpars:gpars:1.2.1"
api("ch.artecat.grengine:grengine:3.0.2") { exclude group: 'org.codehaus.groovy' }
api "commons-lang:commons-lang:2.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sourceSets {
}

dependencies {
api "ch.qos.logback:logback-classic:1.4.14"
api "ch.qos.logback:logback-classic:1.5.13"
api "org.apache.groovy:groovy:4.0.24"
api "org.apache.groovy:groovy-nio:4.0.24"
api "commons-lang:commons-lang:2.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-httpfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sourceSets {

dependencies {
api project(':nf-commons')
api "ch.qos.logback:logback-classic:1.4.14"
api "ch.qos.logback:logback-classic:1.5.13"
api "org.apache.groovy:groovy:4.0.24"
api "org.apache.groovy:groovy-nio:4.0.24"
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
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 @@ -34,7 +34,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

api ('javax.xml.bind:jaxb-api:2.4.0-b180830.0359')
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 @@ -34,7 +34,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'
api('com.azure:azure-storage-blob:12.26.1') {
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 @@ -31,7 +31,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

testImplementation(testFixtures(project(":nextflow")))
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 @@ -34,7 +34,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

api ('javax.xml.bind:jaxb-api:2.4.0-b180830.0359')
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 @@ -34,7 +34,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

api("org.apache.groovy:groovy-console:4.0.21-patch.2") { 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 @@ -34,7 +34,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

api 'com.google.apis:google-api-services-lifesciences:v2beta-rev20210527-1.31.5'
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 @@ -30,7 +30,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
compileOnly 'org.pf4j:pf4j:3.12.0'

api "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-wave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configurations {

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.slf4j:slf4j-api:2.0.16'
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'
Expand Down

0 comments on commit cc0163a

Please sign in to comment.