Skip to content

Commit

Permalink
Updated log4j to version 2.16.0 to further mitigate CVE-2021-44228 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonn-smith authored Dec 15, 2021
1 parent c60a15b commit 2d3d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ final disqVersion = System.getProperty('disq.version','0.3.6')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.2')
final bigQueryVersion = System.getProperty('bigQuery.version', '1.117.1')
final guavaVersion = System.getProperty('guava.version', '27.1-jre')
final log4j2Version = System.getProperty('log4j2Version', '2.15.0')
final log4j2Version = System.getProperty('log4j2Version', '2.16.0')
final testNGVersion = '7.0.0'

// Using the shaded version to avoid conflicts between its protobuf dependency
Expand Down

0 comments on commit 2d3d4aa

Please sign in to comment.