From bc4c56a0435d0ac2f332571ea26306ceca9eeb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:43:51 +0000 Subject: [PATCH] [JN-1457]: Bump net.javacrumbs.shedlock:shedlock-spring Bumps [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) from 6.0.2 to 6.2.0. - [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/ShedLock/compare/shedlock-parent-6.0.2...shedlock-parent-6.2.0) --- updated-dependencies: - dependency-name: net.javacrumbs.shedlock:shedlock-spring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-admin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-admin/build.gradle b/api-admin/build.gradle index 47d902356..74d9566cd 100644 --- a/api-admin/build.gradle +++ b/api-admin/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.liquibase:liquibase-core:4.30.0' implementation 'io.jsonwebtoken:jjwt-api:0.12.6' - implementation 'net.javacrumbs.shedlock:shedlock-spring:6.0.2' + implementation 'net.javacrumbs.shedlock:shedlock-spring:6.2.0' implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.2.0' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6',