Skip to content

Commit

Permalink
Bump net.javacrumbs.shedlock:shedlock-spring in /backend (#7239)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
emyl3 and dependabot[bot] authored Feb 5, 2024
1 parent 3603714 commit f6bd550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6bd550

Please sign in to comment.