diff --git a/BappManifest.bmf b/BappManifest.bmf index ad70c6bc..bd94e1b7 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,11 +2,12 @@ Uuid: 470b7057b86f41c396a97903377f3d81 ExtensionType: 1 Name: Logger++ RepoName: logger-plus-plus -ScreenVersion: 3.18 -SerialVersion: 14 +ScreenVersion: 3.19.3 +SerialVersion: 19 MinPlatformVersion: 0 ProOnly: False Author: Soroush Dalili & Corey Arthur, NCC Group ShortDescription: Logs requests and responses for all Burp tools in a sortable table. EntryPoint: releases/LoggerPlusPlus.jar BuildCommand: gradle jar +SupportedProducts: Pro, Community diff --git a/build.gradle b/build.gradle index 3034f876..eefd615f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { compile 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.5.2' compile 'org.apache.httpcomponents:httpclient:4.5.6' compile 'org.apache.commons:commons-text:1.7' - compile 'org.apache.logging.log4j:log4j-core:2.12.1' + compile 'org.apache.logging.log4j:log4j-core:2.17.0' // Test on unix system testRuntime files('/home/corey/BurpSuitePro/burpsuite_pro.jar') // Test on Windows System