Skip to content
Closed
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.3'

if (javaWrapperVersion == "" || javaWrapperVersion == null) {
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.2.1'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.3'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down
Loading