Skip to content

Commit

Permalink
Bump shedlock.version from 4.20.0 to 4.38.0 in /api
Browse files Browse the repository at this point in the history
Bumps `shedlock.version` from 4.20.0 to 4.38.0.

Updates `shedlock-spring` from 4.20.0 to 4.38.0
- [Release notes](https://github.com/lukas-krecan/ShedLock/releases)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-4.20.0...shedlock-parent-4.38.0)

Updates `shedlock-provider-jdbc-template` from 4.20.0 to 4.38.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2022
1 parent 64d5d6a commit 4df3e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<maven.compiler.version>3.8.0</maven.compiler.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
<org.mapstruct.version>1.5.2.Final</org.mapstruct.version>
<junit>4.12</junit>
<springdoc.version>1.4.3</springdoc.version>
<shedlock.version>4.20.0</shedlock.version>
<shedlock.version>4.38.0</shedlock.version>
<nats.version>2.11.0</nats.version>
<guava.version>30.1.1-jre</guava.version>
<log4j.version>2.17.1</log4j.version>
Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>5.4.10.Final</version>
<version>6.1.1.Final</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -316,7 +316,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>5.4.10.Final</version>
<version>6.1.1.Final</version>
<executions>
<execution>
<configuration>
Expand Down

0 comments on commit 4df3e8a

Please sign in to comment.