Skip to content

Commit a79df93

Browse files
Merge pull request #375 from Checkmarx/other/update_java_wrapper_2.4.17
Update AST CLI Java Wrapper to version 2.4.17
2 parents 75bcc62 + 06b5db9 commit a79df93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'com.miglayout:miglayout-swing:11.3'
5151

5252
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
53-
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.16.2-telemetry'){
53+
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.17'){
5454
exclude group: 'junit', module: 'junit'
5555
}
5656
} else {

0 commit comments

Comments
 (0)