Skip to content

Commit

Permalink
Merge pull request #234 from Checkmarx/dependabot/gradle/com.checkmar…
Browse files Browse the repository at this point in the history
…x.ast-ast-cli-java-wrapper-1.0.64

Bump com.checkmarx.ast:ast-cli-java-wrapper from 1.0.63 to 1.0.64
  • Loading branch information
pedrompflopes authored Oct 25, 2023
2 parents 52e4374 + d8cbd5c commit 31a31e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.2'

if (javaWrapperVersion == "" || javaWrapperVersion == null) {
implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.63'
implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.64'
} else {
implementation 'com.checkmarx.ast:ast-cli-java-wrapper:' + javaWrapperVersion
}
Expand Down

0 comments on commit 31a31e4

Please sign in to comment.