Skip to content

Commit

Permalink
Upgrade java wrapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX authored Dec 17, 2024
1 parent ce2bb59 commit d3a06e8
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.4'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.5'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit d3a06e8

Please sign in to comment.