Skip to content

Commit

Permalink
Merge pull request #1089 from exacaster/dependabot/gradle/server/shed…
Browse files Browse the repository at this point in the history
…lockVersion-5.14.0

Bump shedlockVersion from 5.13.0 to 5.14.0 in /server
  • Loading branch information
pdambrauskas authored Aug 6, 2024
2 parents 3cedaf0 + 9841c32 commit fa2efa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mainClassName = "com.exacaster.lighter.Application"
def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.5.1'
def hadoopVersion = '3.4.0'
def k8sClientVersion = '6.13.1'
def shedlockVersion = '5.13.0'
def shedlockVersion = '5.14.0'


dependencies {
Expand Down

0 comments on commit fa2efa4

Please sign in to comment.