Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shedlock_version from 5.9.0 to 6.0.2 #889

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps shedlock_version from 5.9.0 to 6.0.2.
Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.9.0 to 6.0.2

Updates net.javacrumbs.shedlock:shedlock-spring from 5.9.0 to 6.0.2

Changelog

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

6.0.2

  • #2272 Don't fail on startup if LockProvider not found
  • Dependency updates

6.0.1

  • Support for multiple LockProviders
  • cdi-vintage module removed
  • Micronaut 3 support removed
  • micronaut-jdbc built on top of Micronaut 4
  • PROXY_SCHEDULER mode deprecated
  • Cassandra lock provider stated to use the org.apache.cassandra driver
  • Dependency updates

5.16.0 (2024-09-06)

  • Support for custome partition key for Dynamo #2128 (thanks @​kumar-himans)
  • Upgrade OpenSearch rest-high-level-client #2115 - Breaking change due to rest-high-level-client backward incompatibility
  • Dependency updates

5.15.1 (2024-08-27)

5.15.0 (2024-08-15)

  • Dependency updates
  • ElasticSearch updated to 8.15.0 containing backward incompatible change (thanks @​mputz86)

5.14.0 + 4.48.0 (2024-07-24)

5.13.0 (2024-04-05)

  • #1779 Ability to rethrow unexpected exception in JdbcTemplateStorageAccessor
  • Dependency updates

5.12.0 (2024-02-29)

  • #1800 Enable lower case for database type when using usingDbTime()
  • #1804 Startup error with Neo4j 5.17.0
  • Dependency updates

4.47.0 (2024-03-01)

  • #1800 Enable lower case for database type when using usingDbTime() (thanks @​yuagu1)

5.11.0 (2024-02-13)

  • #1753 Fix SpEL for methods with parameters
  • Dependency updates

5.10.2 (2023-12-07)

  • #1635 fix makeAllAssertsPass locks only once
  • Dependency updates

... (truncated)

Commits
  • 22e34b7 [maven-release-plugin] prepare release shedlock-parent-6.0.2
  • 2d3c731 Merge pull request #2275 from lukas-krecan/dependabot/maven/com.oracle.databa...
  • a4b9ce7 Bump com.oracle.database.r2dbc:oracle-r2dbc from 1.2.0 to 1.3.0
  • 3fbf74d Doc updated
  • 151f421 Merge pull request #2274 from lukas-krecan/webmvc-test
  • 606c127 #2272 Do not fail in startup time if LockProvider is not found
  • 8be6ffd Extract ShedlockConfig in test
  • d6e0903 MockMvc test
  • 2cb3ac4 Merge pull request #2273 from lukas-krecan/dependabot/maven/micronaut4.versio...
  • 9562b32 Bump micronaut4.version from 4.7.0 to 4.7.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)

@dependabot dependabot bot requested a review from a team as a code owner November 26, 2024 19:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 26, 2024
@holymaloney
Copy link
Contributor

@dependabot rebase

Bumps `shedlock_version` from 5.9.0 to 6.0.2.

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.9.0 to 6.0.2

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/shedlock_version-6.0.2 branch from 95ee401 to cad1f92 Compare November 27, 2024 15:06
@holymaloney holymaloney merged commit 9849127 into main Nov 27, 2024
3 checks passed
@holymaloney holymaloney deleted the dependabot/gradle/shedlock_version-6.0.2 branch November 27, 2024 15:26
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