Skip to content

Commit

Permalink
Bump logback 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 18, 2021
1 parent 3447e73 commit 29f2607
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 @@ -25,8 +25,8 @@ dependencies {
api "org.slf4j:jcl-over-slf4j:1.7.32"
api "org.slf4j:jul-to-slf4j:1.7.32"
api "org.slf4j:log4j-over-slf4j:1.7.32"
api "ch.qos.logback:logback-classic:1.2.8"
api "ch.qos.logback:logback-core:1.2.8"
api "ch.qos.logback:logback-classic:1.2.9"
api "ch.qos.logback:logback-core:1.2.9"
api "org.codehaus.gpars:gpars:1.2.1"
api("ch.grengine:grengine:1.3.0") { 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 @@ -26,7 +26,7 @@ sourceSets {
}

dependencies {
api "ch.qos.logback:logback-classic:1.2.8"
api "ch.qos.logback:logback-classic:1.2.9"
api "org.codehaus.groovy:groovy:3.0.9"
api "org.codehaus.groovy:groovy-nio:3.0.9"
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 @@ -30,7 +30,7 @@ sourceSets {

dependencies {
api project(':nf-commons')
api "ch.qos.logback:logback-classic:1.2.8"
api "ch.qos.logback:logback-classic:1.2.9"
api "org.codehaus.groovy:groovy:3.0.9"
api "org.codehaus.groovy:groovy-nio:3.0.9"
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
Expand Down

0 comments on commit 29f2607

Please sign in to comment.