From f36dfebbe85ae5738f59ae3e88c91ac341d50dc7 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 97b267d872..49267e98d3 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 bb5bd10318..c7549a6ce5 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.19=compileClasspath,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.5.1=compileClasspath,runtimeClasspath