Skip to content

Commit 5dc01b3

Browse files
authored
Merge pull request #292 from Checkmarx/other/upgrade-java-wrapper-2.1.4
update java wrapper
2 parents a9936ae + d5b14b6 commit 5dc01b3

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.1.3'){
46+
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.4'){
4747
exclude group: 'junit', module: 'junit'
4848
}
4949
} else {

0 commit comments

Comments
 (0)