Skip to content

Commit

Permalink
Update Java wrapper to 2.1.3 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahCx authored Nov 20, 2024
1 parent 2a5c462 commit 85cfdac
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.1.2'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.3'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit 85cfdac

Please sign in to comment.