Skip to content

Commit

Permalink
Upgrade log4j to 2.17.0 to mitigate another newly discovered issue (#…
Browse files Browse the repository at this point in the history
…7615)

* log4j 2.16.0 -> 2.17.0
  • Loading branch information
lbergelson authored Dec 21, 2021
1 parent 708df30 commit 863956c
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 @@ -69,7 +69,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.16.0')
final log4j2Version = System.getProperty('log4j2Version', '2.17.0')
final testNGVersion = '7.0.0'

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

0 comments on commit 863956c

Please sign in to comment.