Skip to content

Commit

Permalink
Bump shedlockVersion from 5.16.0 to 6.0.1 in /server
Browse files Browse the repository at this point in the history
Bumps `shedlockVersion` from 5.16.0 to 6.0.1.

Updates `net.javacrumbs.shedlock:shedlock-micronaut4` from 5.16.0 to 6.0.1

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.16.0 to 6.0.1

---
updated-dependencies:
- dependency-name: net.javacrumbs.shedlock:shedlock-micronaut4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4bd24be commit 767c505
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.3'
def hadoopVersion = '3.4.1'
def k8sClientVersion = '6.13.4'
def shedlockVersion = '5.16.0'
def shedlockVersion = '6.0.1'

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

0 comments on commit 767c505

Please sign in to comment.