Skip to content

Commit

Permalink
Bump com.checkmarx.ast:ast-cli-java-wrapper from 2.0.14 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps [com.checkmarx.ast:ast-cli-java-wrapper](https://github.com/CheckmarxDev/ast-cli-java-wrapper) from 2.0.14 to 2.0.16.
- [Release notes](https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases)
- [Commits](CheckmarxDev/ast-cli-java-wrapper@2.0.14...2.0.16)

---
updated-dependencies:
- dependency-name: com.checkmarx.ast:ast-cli-java-wrapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent ec59392 commit e604105
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.16'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit e604105

Please sign in to comment.