Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps shedlock.version from 6.10.0 to 7.2.1.
Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 6.10.0 to 7.2.1

Updates net.javacrumbs.shedlock:shedlock-spring from 6.10.0 to 7.2.1

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

7.2.1 (2025-12-01)

7.2.0 (2025-11-23)

  • NATS Jetstream lock provider added (thanks @​Saphri)
  • Dependency updates

7.1.0 (2025-11-19)

  • Fixed position of @​Nullable annotations (thanks @​AndreiPurcaru)
  • Exposed MS SQL Server lock provider is using SYSUTCDATETIME for now
  • Dependency updates

7.0.0 (2025-11-16)

  • OpenSearch client upgraded to 3.3.0 (breaking change on the driver side)
  • Dependency updates

7.0.0-RC1 (2025-10-30)

  • Unified capabilities for all SQL based lock providers. All SQL based lock providers now support dbTime, custom table and column names and other cool features.
    • Breaking: DatabaseProduct enum moved to net.javacrumbs.shedlock.provider.sql.DatabaseProduct
  • Improved error handling. All lock providers now throw LockException on unexpected errors.
    • SQL based lock providers are more sensitive to errors when inserting lock record. This should prevent issues like #1254
    • MySQL and MariaDB providers in useDbTime() mode are they only exception as the use INSERT IGNORE and all insert errors are ignored.
  • JdbcLockProvider checks for hostname when unlocking.
  • JdbcTemplateLockProvider: withTimezone deprecated, use newly introduced forceUtcTimeZone instead.
  • New Vert.x JDBC lock provider
  • Still supports JDK 17 but the build and tests are now run on JDK 21. Some libraries like jOOQ upgraded to versions requiring JDK 21.
  • Removed Consul provider, the driver seems to be unmaintained
  • Removed Elasticsearch 8 lock provider
  • Removed OpenSearch lock provider based on RestHighLevelClient
  • Removed S3 v1 lock provider
  • JSpecify annotations
  • Support for JPMS where possible
  • Dependency updates, most notably
    • Spring 7
    • Exposed 1 (breaking change)
    • Ignite 3 (breaking change)
Commits
  • f79462a [maven-release-plugin] prepare release shedlock-parent-7.2.1
  • d6b8668 Merge pull request #3057 from lukas-krecan/dependabot/maven/quarkus.platform....
  • ca4cdaa Merge pull request #3060 from lukas-krecan/dependabot/maven/com.google.errorp...
  • e41fa99 Merge pull request #3062 from lukas-krecan/primary
  • 04ed0dc #3059 Handle primary bean
  • 9dc9cfb Bump com.google.errorprone:error_prone_core from 2.44.0 to 2.45.0
  • b32ca8f Merge pull request #3058 from lukas-krecan/dependabot/maven/software.amazon.a...
  • c672379 Merge pull request #3056 from lukas-krecan/dependabot/maven/exposed.version-1...
  • e701637 Bump software.amazon.awssdk:s3 from 2.39.1 to 2.39.5
  • c19e66b Bump quarkus.platform.version from 3.29.4 to 3.30.1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `shedlock.version` from 6.10.0 to 7.2.1.

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 6.10.0 to 7.2.1

Updates `net.javacrumbs.shedlock:shedlock-spring` from 6.10.0 to 7.2.1
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.10.0...shedlock-parent-7.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
Copy link
Member

@banterCZ banterCZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires Spring 7

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #426.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/maven/shedlock.version-7.2.1 branch December 15, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant