We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9936ae + d5b14b6 commit 5dc01b3Copy full SHA for 5dc01b3
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
implementation 'com.miglayout:miglayout-swing:11.3'
44
45
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
46
- implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.3'){
+ implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.4'){
47
exclude group: 'junit', module: 'junit'
48
}
49
} else {
0 commit comments