Skip to content

Commit

Permalink
Merge pull request #1451 from dimagi/dependabot/gradle/shedlockVersio…
Browse files Browse the repository at this point in the history
…n-5.7.0

Bump shedlockVersion from 5.6.0 to 5.7.0
  • Loading branch information
shubham1g5 authored Aug 28, 2023
2 parents 978a051 + 38a2c0b commit a470ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {
ext {
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
sentryVersion = '6.28.0'
shedlockVersion = '5.6.0'
shedlockVersion = '5.7.0'
}

sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit a470ed3

Please sign in to comment.