Skip to content

Commit

Permalink
Update log4j version
Browse files Browse the repository at this point in the history
Fixes #152
  • Loading branch information
mtausig authored Jun 30, 2022
1 parent a6af68d commit d547500
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 @@ -18,7 +18,7 @@ dependencies {
implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.5.2'
implementation 'org.apache.httpcomponents:httpclient:4.5.6'
implementation 'org.apache.commons:commons-text:1.7'
implementation 'org.apache.logging.log4j:log4j-core:2.17.0'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
// Test on unix system
testRuntime files('/home/corey/BurpSuitePro/burpsuite_pro.jar')
// Test on Windows System
Expand Down

0 comments on commit d547500

Please sign in to comment.