Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps quartz.version from 2.4.0 to 2.4.1.
Updates org.quartz-scheduler:quartz from 2.4.0 to 2.4.1

Release notes

Sourced from org.quartz-scheduler:quartz's releases.

Quartz 2.4.1

This is a bug-fix and dependency upgrade release of the 2.4.x line.

All changes/updates:

Completed Issues

Jars can be found on Maven Central:
quartz.jar quartz-jobs.jar

Commits
  • 43a5e20 Set quartzVersion to 2.4.1
  • 0328547 Merge pull request #1406 from akomakom/ci-sonatype-url-2.4.x
  • 378b3d9 Sonatype URL changes for central
  • 4ea49d3 Merge pull request #1404 from jhouserizer/remove_ref_docs_24x
  • b00167a remove redundant copies of docs from this repo, reference in site repo
  • ae7032d Merge pull request #1401 from jhouserizer/fix_1283_in_24x
  • 3e2733b fix test expressions for 2.4.x
  • 50f7960 fix #1283 , poor detection of invalid expressions
  • a1d6ef0 Merge pull request #1399 from jhouserizer/fix_1297_in_24x
  • 7def1c5 fix #1297 in 24x branch
  • Additional commits viewable in compare view

Updates org.quartz-scheduler:quartz-jobs from 2.4.0 to 2.4.1

Release notes

Sourced from org.quartz-scheduler:quartz-jobs's releases.

Quartz 2.4.1

This is a bug-fix and dependency upgrade release of the 2.4.x line.

All changes/updates:

Completed Issues

Jars can be found on Maven Central:
quartz.jar quartz-jobs.jar

Commits
  • 43a5e20 Set quartzVersion to 2.4.1
  • 0328547 Merge pull request #1406 from akomakom/ci-sonatype-url-2.4.x
  • 378b3d9 Sonatype URL changes for central
  • 4ea49d3 Merge pull request #1404 from jhouserizer/remove_ref_docs_24x
  • b00167a remove redundant copies of docs from this repo, reference in site repo
  • ae7032d Merge pull request #1401 from jhouserizer/fix_1283_in_24x
  • 3e2733b fix test expressions for 2.4.x
  • 50f7960 fix #1283 , poor detection of invalid expressions
  • a1d6ef0 Merge pull request #1399 from jhouserizer/fix_1297_in_24x
  • 7def1c5 fix #1297 in 24x branch
  • 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 added bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins dependency update (deels) automatische updates van gebruikte libraries labels Oct 28, 2025
@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37%. Comparing base (6fc0c70) to head (c7d0c8e).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #2559   +/-   ##
========================================
+ Coverage        37%     37%   +1%     
  Complexity       74      74           
========================================
  Files           199     199           
  Lines         13551   13551           
  Branches       1431    1431           
========================================
+ Hits           4902    4903    +1     
  Misses         8240    8240           
+ Partials        409     408    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mprins
Copy link
Member

mprins commented Oct 28, 2025

@dependabot rebase

@mprins mprins removed the bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins label Oct 28, 2025
Bumps `quartz.version` from 2.4.0 to 2.4.1.

Updates `org.quartz-scheduler:quartz` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Commits](quartz-scheduler/quartz@v2.4.0...v2.4.1)

Updates `org.quartz-scheduler:quartz-jobs` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Commits](quartz-scheduler/quartz@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: org.quartz-scheduler:quartz
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.quartz-scheduler:quartz-jobs
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/master/quartz.version-2.4.1 branch from fe87c12 to c7d0c8e Compare October 28, 2025 08:27
@mprins mprins enabled auto-merge (squash) October 28, 2025 08:28
@mprins mprins merged commit 9126dc7 into master Oct 28, 2025
30 checks passed
@mprins mprins deleted the dependabot/maven/master/quartz.version-2.4.1 branch October 28, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency update (deels) automatische updates van gebruikte libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants