Skip to content

Commit

Permalink
Update log4j to v2.17 (#1766)
Browse files Browse the repository at this point in the history
addressing the denial of service issue
  • Loading branch information
dvirsegal authored Dec 20, 2021
1 parent 889be49 commit 71213e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ dependencies {
compile 'commons-lang:commons-lang:2.6'
compile 'com.github.samtools:htsjdk:' + htsjdkVersion
compile 'org.broadinstitute:barclay:4.0.2'
compile 'org.apache.logging.log4j:log4j-api:2.16.0'
compile 'org.apache.logging.log4j:log4j-core:2.16.0'
compile 'org.apache.logging.log4j:log4j-api:2.17.0'
compile 'org.apache.logging.log4j:log4j-core:2.17.0'
compileOnly(googleNio) {
transitive = false
}
Expand Down

0 comments on commit 71213e7

Please sign in to comment.