diff --git a/backend/build.gradle b/backend/build.gradle index 9fcd276e36..4f7dc3f9a6 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -107,7 +107,7 @@ dependencies { // Shedlock for scheduler synchronization implementation 'net.javacrumbs.shedlock:shedlock-core:4.42.0' - implementation 'net.javacrumbs.shedlock:shedlock-spring:4.42.0' + implementation 'net.javacrumbs.shedlock:shedlock-spring:5.10.2' implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.42.0' // test/check dependencies diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index a30f96bfac..7949eac6b2 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -130,7 +130,7 @@ javax.xml.bind:jaxb-api:2.3.1=compileClasspath,runtimeClasspath net.bytebuddy:byte-buddy:1.14.9=runtimeClasspath net.javacrumbs.shedlock:shedlock-core:4.42.0=compileClasspath,runtimeClasspath net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.42.0=compileClasspath,runtimeClasspath -net.javacrumbs.shedlock:shedlock-spring:4.42.0=compileClasspath,runtimeClasspath +net.javacrumbs.shedlock:shedlock-spring:5.10.2=compileClasspath,runtimeClasspath net.minidev:accessors-smart:2.4.11=compileClasspath,runtimeClasspath net.minidev:json-smart:2.4.11=compileClasspath,runtimeClasspath org.antlr:antlr4-runtime:4.10.1=compileClasspath,runtimeClasspath