Skip to content

Commit

Permalink
Merge pull request #296 from Checkmarx/feature/UpgradeJavaWrapper-(AS…
Browse files Browse the repository at this point in the history
…T-000)

Upgrade java wrapper version (AST-000)
  • Loading branch information
miryamfoiferCX authored Dec 17, 2024
2 parents ce2bb59 + d3a06e8 commit 474edc2
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 474edc2

Please sign in to comment.