File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/checkmarx/jenkins/tools Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2.3.27
1+ 2.3.31
Original file line number Diff line number Diff line change 106106 <dependency >
107107 <groupId >com.checkmarx.ast</groupId >
108108 <artifactId >ast-cli-java-wrapper</artifactId >
109- <version >2.4.4-test-release </version >
109+ <version >2.4.8 </version >
110110 </dependency >
111111 <dependency >
112112 <groupId >org.jenkins-ci.plugins</groupId >
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class CheckmarxInstaller extends ToolInstaller {
5353
5454 private static final String INSTALLED_FROM = ".installedFrom" ;
5555 private static final String TIMESTAMP_FILE = ".timestamp" ;
56- public static final String cliDefaultVersion = "2.3.27 " ;
56+ public static final String cliDefaultVersion = "2.3.31 " ;
5757 private static final String cliVersionFileName = "cli.version" ;
5858 @ Getter
5959 private String version ;
You can’t perform that action at this time.
0 commit comments