Skip to content

Commit

Permalink
Merge pull request #285 from Checkmarx/Korjen97-patch-1
Browse files Browse the repository at this point in the history
Update JavaWrapper for realse
  • Loading branch information
Korjen97 authored Oct 22, 2024
2 parents 630602d + e367cb5 commit 8c013e0
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.0'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.1'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit 8c013e0

Please sign in to comment.