Skip to content

Commit

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

Bump com.checkmarx.ast:ast-cli-java-wrapper from 2.0.14 to 2.0.16
  • Loading branch information
pedrompflopes authored Aug 29, 2024
2 parents cc3cb51 + d6b9886 commit a1e6ebc
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 @@ -43,7 +43,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.3'

if (javaWrapperVersion == "" || javaWrapperVersion == null) {
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.0.14'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.0.17'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit a1e6ebc

Please sign in to comment.