Skip to content

Commit

Permalink
Update log4j to 2.17.1 (#7624)
Browse files Browse the repository at this point in the history
* once more into the breach
  • Loading branch information
lbergelson committed Jan 4, 2022
1 parent 3924f9a commit 9c7eaf7
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.3')
final bigQueryVersion = System.getProperty('bigQuery.version', '1.117.1')
final guavaVersion = System.getProperty('guava.version', '27.1-jre')
final log4j2Version = System.getProperty('log4j2Version', '2.17.0')
final log4j2Version = System.getProperty('log4j2Version', '2.17.1')
final testNGVersion = '7.0.0'

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

0 comments on commit 9c7eaf7

Please sign in to comment.