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 75bcc62 + 06b5db9 commit a79df93Copy full SHA for a79df93
1 file changed
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation 'com.miglayout:miglayout-swing:11.3'
51
52
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
53
- implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.16.2-telemetry'){
+ implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.17'){
54
exclude group: 'junit', module: 'junit'
55
}
56
} else {
0 commit comments