Skip to content

Commit

Permalink
Merge pull request #677 from exacaster/dependabot/gradle/server/shedl…
Browse files Browse the repository at this point in the history
…ockVersion-4.46.0

chore(deps): bump shedlockVersion from 4.44.0 to 4.46.0 in /server
  • Loading branch information
pdambrauskas authored Sep 26, 2023
2 parents a9b11cc + 1199820 commit 1214136
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.0'
def hadoopVersion = '3.3.3'
def k8sClientVersion = '6.8.1'
def shedlockVersion = '4.44.0'
def shedlockVersion = '4.46.0'

dependencies {
annotationProcessor "io.micronaut:micronaut-validation"
Expand Down

0 comments on commit 1214136

Please sign in to comment.