From 8a27fd69a4d5bbdfa260a1038dfcc7ee343e2c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 24 Nov 2024 15:47:38 +0000 Subject: [PATCH] Bump net.javacrumbs.shedlock:shedlock-core in /backend --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 36830802cfb..5d6a7e36c5b 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3' // Shedlock for scheduler synchronization - implementation 'net.javacrumbs.shedlock:shedlock-core:4.42.0' + implementation 'net.javacrumbs.shedlock:shedlock-core:6.0.1' implementation 'net.javacrumbs.shedlock:shedlock-spring:5.12.0' implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.12.0' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 898beb04e80..1f75a022b0d 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -131,7 +131,7 @@ javax.activation:javax.activation-api:1.2.0=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath javax.xml.bind:jaxb-api:2.3.1=compileClasspath,runtimeClasspath net.bytebuddy:byte-buddy:1.14.10=runtimeClasspath -net.javacrumbs.shedlock:shedlock-core:4.42.0=compileClasspath,runtimeClasspath +net.javacrumbs.shedlock:shedlock-core:6.0.1=compileClasspath,runtimeClasspath net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.12.0=compileClasspath,runtimeClasspath net.javacrumbs.shedlock:shedlock-spring:5.12.0=compileClasspath,runtimeClasspath net.minidev:accessors-smart:2.4.11=compileClasspath,runtimeClasspath