Skip to content

Commit

Permalink
chore(deps): bump shedlockVersion from 4.44.0 to 4.46.0 in /server
Browse files Browse the repository at this point in the history
Bumps `shedlockVersion` from 4.44.0 to 4.46.0.

Updates `net.javacrumbs.shedlock:shedlock-micronaut` from 4.44.0 to 4.46.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-4.44.0...shedlock-parent-4.46.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-micronaut` from 4.44.0 to 4.46.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-4.44.0...shedlock-parent-4.46.0)

---
updated-dependencies:
- dependency-name: net.javacrumbs.shedlock:shedlock-micronaut
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-micronaut
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent a9b11cc commit 1199820
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 1199820

Please sign in to comment.