Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 authored Oct 10, 2024
1 parent f4d2d33 commit 68368c0
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.0.17'){
implementation('com.checkmarx.ast:ast-cli-java-wrapper:2.1.0'){
exclude group: 'junit', module: 'junit'
}
} else {
Expand Down

0 comments on commit 68368c0

Please sign in to comment.