Skip to content

Commit

Permalink
Bump logback 1.5.16
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 Jan 18, 2025
1 parent 5aef532 commit 5ac91f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
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 "ch.qos.logback:logback-classic:1.5.16"
api "ch.qos.logback:logback-core:1.5.16"
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.5.13"
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 "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.5.13"
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("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
Expand Down

0 comments on commit 5ac91f0

Please sign in to comment.