From c6dfb0894d414d632cf0957795071fa90a07275f Mon Sep 17 00:00:00 2001 From: "Subhadra.Sahoo@checkmarx.com" Date: Tue, 14 Dec 2021 18:01:05 +0530 Subject: [PATCH] Updated the log4J fix --- build.gradle | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index dbcc0426..d010736b 100644 --- a/build.gradle +++ b/build.gradle @@ -53,16 +53,16 @@ dependencies { exclude group: 'org.apache.logging.log4j', module: 'log4j-core' } - compile 'com.checkmarx:cx-client-common:2021.4.6', + compile 'com.checkmarx:cx-client-common:2021.4.9', 'com.fasterxml.jackson.core:jackson-core:2.11.3', 'com.fasterxml.jackson.core:jackson-annotations:2.11.3', 'com.fasterxml.jackson.core:jackson-databind:2.11.3', 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.3', 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.5', 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.5', - 'org.apache.logging.log4j:log4j-slf4j-impl:2.13.3', - 'org.apache.logging.log4j:log4j-api:2.13.3', - 'org.apache.logging.log4j:log4j-core:2.13.3' + 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0', + 'org.apache.logging.log4j:log4j-api:2.16.0', + 'org.apache.logging.log4j:log4j-core:2.16.0' constraints { implementation('io.vertx:vertx-web:3.9.7') { because 'previous versions have a bug impacting this application' diff --git a/gradle.properties b/gradle.properties index 0117c046..53e40ee4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ description = Provides automatic scan of code by Checkmarx server and shows results summary and trend in Jenkins interface. group = com.checkmarx.jenkins -version = 2021.4.2 +version = 2021.4.3 repositoryVersion=