Merged
Conversation
Contributor
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
codoherty-r7
commented
Sep 11, 2025
| distribution: ${{ matrix.distribution }} | ||
| - name: Cache Maven packages | ||
| uses: actions/cache@v2 | ||
| uses: actions/cache@v4 |
Contributor
Author
There was a problem hiding this comment.
Github CI jobs are failing because we use a deprecated 'actions/cache' version. Blog post about this here. Upgrading to newer version because of this
gmcallister-r7
approved these changes
Sep 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…emediate snyk vuln
Description
A detailed description of your changes.
Related Snyk ticket: SCAN-2328
CVE-2025-48924 brought in through commons-lang3@3.4
CVE-2024-47554 brought in through commons-io@2.7
CVE-2025-8916 brought in through bcprov-jdk18@1.79 and hierynomus:smbj@0.12.2
Motivation and Context
Explanation of why these changes are being proposed, including any links to other relevant issues or pull requests.
How Has This Been Tested?
A clear and concise description of your changes were tested.


Maven tests:
Snyk Test:

Types of changes
Checklist: