We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea7864 commit 45b2bb9Copy full SHA for 45b2bb9
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
implementation 'com.miglayout:miglayout-swing:11.3'
50
51
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
52
- implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.9'){
+ implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.10'){
53
exclude group: 'junit', module: 'junit'
54
}
55
} else {
0 commit comments