Skip to content

Commit 630602d

Browse files
authored
Merge pull request #283 from Checkmarx/Update-java-wrapper-version-for-relase
Update java-wrapper-version for relase
2 parents f4d2d33 + 68368c0 commit 630602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'com.miglayout:miglayout-swing:11.3'
4444

4545
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
46-
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.0.17'){
46+
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.0'){
4747
exclude group: 'junit', module: 'junit'
4848
}
4949
} else {

0 commit comments

Comments
 (0)