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 f4d2d33 + 68368c0 commit 630602dCopy full SHA for 630602d
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.0.17'){
+ implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.0'){
47
exclude group: 'junit', module: 'junit'
48
}
49
} else {
0 commit comments