Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.quartz-scheduler:quartz from 2.3.2 to 2.5.0.

Release notes

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

Quartz 2.5.0

Most Significant Changes This Release (over 2.4.0):

  • Move to Jakarta namespace

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari, etc.) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "examples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0 RC1

This is a Release Candidate for 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Commits
  • 05a497e Set quartzVersion to 2.5.0
  • d0403ee Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepe
  • a7393a3 Fix javadoc errors in JobExecutionProcessException
  • cbe23a1 Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception
  • 84204e6 Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization
  • 6ca2800 Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...
  • f31d0c8 Handle exceptions thrown while retrieving the misfired trigger
  • 6b474d6 refactor: remove-redundant-initialization
  • 33ef506 Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...
  • 94c890f Merge pull request #1253 from amergey/main
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added java Pull requests that update Java code kind-dependencies Pull requests that update a dependency file labels Nov 20, 2024
Copy link

dryrunsecurity bot commented Nov 20, 2024

DryRun Security Summary

The pull request updates the Quartz Scheduler library from version 2.3.2 to 2.5.0 across three different pom.xml files, which is a routine dependency update that appears to pose no immediate security concerns.

Expand for full summary

Summary:

The code changes in this pull request primarily focus on updating the version of the Quartz Scheduler library from 2.3.2 to 2.5.0 in the pom.xml files of the strong-authn-settings plugin, the main jans-casa/app application, and the jans-casa/app-fips application. Updating dependencies to their latest versions is a recommended practice, as it can help address known security vulnerabilities and bugs.

From an application security perspective, these changes are generally not concerning. The Quartz Scheduler is a widely-used library for scheduling background tasks, and upgrading to the latest version can provide security and stability improvements. However, it's important to thoroughly test any dependency updates to ensure that they do not introduce any regressions or unexpected behavior in the application. Additionally, reviewing the release notes and changelog of the new Quartz version is recommended to understand any significant changes or security-related fixes that have been included.

Overall, these code changes appear to be routine dependency updates, and there are no immediate security concerns that stand out. The application security engineer should still review the rest of the pull request to ensure that there are no other changes that could introduce security vulnerabilities.

Files Changed:

  1. jans-casa/plugins/strong-authn-settings/pom.xml: The version of the Quartz Scheduler library has been updated from 2.3.2 to 2.5.0.
  2. jans-casa/app/pom.xml: The version of the Quartz Scheduler library has been updated from 2.3.2 to 2.5.0.
  3. jans-casa/app-fips/pom.xml: The version of the Quartz Scheduler library has been updated from 2.3.2 to 2.5.0.

Code Analysis

We ran 9 analyzers against 3 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 3 findings

View PR in the DryRun Dashboard.

@dependabot dependabot bot force-pushed the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch 2 times, most recently from 00f7ae7 to ec9dbd7 Compare November 21, 2024 12:05
@dependabot dependabot bot force-pushed the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch from ec9dbd7 to c75abed Compare November 29, 2024 12:03
Bumps [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) from 2.3.2 to 2.5.0.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/main/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@v2.3.2...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch from c75abed to bdce924 Compare December 3, 2024 10:14
@moabu moabu force-pushed the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch from bdce924 to f3a5efe Compare December 26, 2024 19:25
@moabu moabu force-pushed the main branch 2 times, most recently from 5126af2 to aa1b2ed Compare December 27, 2024 04:55
@moabu moabu force-pushed the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch from f3a5efe to 0945a83 Compare December 27, 2024 04:55
@mo-auto
Copy link
Member

mo-auto commented May 1, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@moabu moabu merged commit abca541 into main May 1, 2025
3 checks passed
@moabu moabu deleted the dependabot/maven/jans-casa/org.quartz-scheduler-quartz-2.5.0 branch May 1, 2025 14:52
Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Copy link

sonarqubecloud bot commented May 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants