Skip to content

Commit aa6d347

Browse files
author
github-actions
committed
Update AST CLI Java Wrapper to version 2.4.16
1 parent 9359f14 commit aa6d347

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
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'com.miglayout:miglayout-swing:11.3'
5050

5151
if (javaWrapperVersion == "" || javaWrapperVersion == null) {
52-
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.15'){
52+
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.16'){
5353
exclude group: 'junit', module: 'junit'
5454
}
5555
} else {

0 commit comments

Comments
 (0)