From 453003f8d637d62988e3323a99defef71cabc7d3 Mon Sep 17 00:00:00 2001 From: susmitagorai29 Date: Wed, 17 Apr 2024 15:49:59 +0530 Subject: [PATCH] Jenkins build version and client common version updated --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8480e1d6..2797d57f 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { } - compile ('com.checkmarx:cx-client-common:2024.2.2') { + compile ('com.checkmarx:cx-client-common:2024.2.3') { exclude group: 'org.yaml' , module: 'snakeyaml' exclude group: 'com.google.code.gson', module: 'gson' diff --git a/gradle.properties b/gradle.properties index 5b140469..c1804e33 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 = 2024.2.2 +version = 2024.2.3 repositoryVersion=