From 473f0b6c709158560abc5b4843ef13d4ab0ecc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:13:07 +0000 Subject: [PATCH] Bump com.github.checkmarx-ltd:cx-spring-boot-sdk from 0.6.8 to 0.6.19 Bumps [com.github.checkmarx-ltd:cx-spring-boot-sdk](https://github.com/checkmarx-ts/checkmarx-spring-boot-java-sdk) from 0.6.8 to 0.6.19. - [Commits](https://github.com/checkmarx-ts/checkmarx-spring-boot-java-sdk/commits) --- updated-dependencies: - dependency-name: com.github.checkmarx-ltd:cx-spring-boot-sdk 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 4ee7f11..ef69646 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' - implementation 'com.github.checkmarx-ltd:cx-spring-boot-sdk:0.6.8' + implementation 'com.github.checkmarx-ltd:cx-spring-boot-sdk:0.6.19' implementation 'info.picocli:picocli-spring-boot-starter:4.7.6' testImplementation 'org.springframework.boot:spring-boot-starter-test' }