Skip to content

Commit

Permalink
Updated the log4J fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadraSahoo committed Dec 14, 2021
1 parent baafa3d commit c6dfb08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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=

Expand Down

1 comment on commit c6dfb08

@m1madness
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the log4j issue is fixed in version 2.17. https://logging.apache.org/log4j/2.x/security.html

Please sign in to comment.