Skip to content

Commit

Permalink
Update build.gradle (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahCx authored Jan 28, 2025
1 parent 36d5d3e commit ad6df6a
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 @@ -49,7 +49,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.3'

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

0 comments on commit ad6df6a

Please sign in to comment.