Skip to content

Commit 45b2bb9

Browse files
ast-phoenixgithub-actions
andauthored
Update AST CLI Java Wrapper to version 2.4.10 (#349)
Co-authored-by: github-actions <[email protected]>
1 parent fea7864 commit 45b2bb9

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.9'){
52+
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.4.10'){
5353
exclude group: 'junit', module: 'junit'
5454
}
5555
} else {

0 commit comments

Comments
 (0)