Skip to content

Commit

Permalink
Bump logback@1.4.12 + guava@33.0.0-jre
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 Dec 30, 2023
1 parent da382dd commit 331ff42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/nextflow/build.gradle
Expand Up @@ -26,8 +26,8 @@ dependencies {
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.6"
api "ch.qos.logback:logback-core:1.4.6"
api "ch.qos.logback:logback-classic:1.4.12"
api "ch.qos.logback:logback-core:1.4.12"
api "org.codehaus.gpars:gpars:1.2.1"
api("ch.artecat.grengine:grengine:3.0.0") { exclude group: 'org.codehaus.groovy' }
api "commons-lang:commons-lang:2.6"
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-commons/build.gradle
Expand Up @@ -25,11 +25,11 @@ sourceSets {
}

dependencies {
api "ch.qos.logback:logback-classic:1.4.6"
api "ch.qos.logback:logback-classic:1.4.12"
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:31.1-jre'
api 'com.google.guava:guava:33.0.0-jre'
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'
api 'dev.failsafe:failsafe:3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-httpfs/build.gradle
Expand Up @@ -29,7 +29,7 @@ sourceSets {

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

0 comments on commit 331ff42

Please sign in to comment.