From d8cbd5c96858fdee7dd52222c93b38ce0548c067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:08:42 +0000 Subject: [PATCH] Bump com.checkmarx.ast:ast-cli-java-wrapper from 1.0.63 to 1.0.64 Bumps [com.checkmarx.ast:ast-cli-java-wrapper](https://github.com/CheckmarxDev/ast-cli-java-wrapper) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases) - [Commits](https://github.com/CheckmarxDev/ast-cli-java-wrapper/compare/1.0.63...1.0.64) --- updated-dependencies: - dependency-name: com.checkmarx.ast:ast-cli-java-wrapper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48215d44..37e4b416 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.miglayout:miglayout-swing:11.2' if (javaWrapperVersion == "" || javaWrapperVersion == null) { - implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.63' + implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.64' } else { implementation 'com.checkmarx.ast:ast-cli-java-wrapper:' + javaWrapperVersion }