FINERACT-2684: Update all non-major dependencies - #6275
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
August 21, 2026 00:56
06a5fcc to
a7eff2b
Compare
renovate-bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 21, 2026 22:16
a7eff2b to
b3163ab
Compare
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.
This PR contains the following updates:
4.2.0-rc2→4.3.1-rc2v6.2.0→v6.3.02.1→2.312.2→12.318.3→18.6v0.6.1→v0.6.210.1.55→10.1.5910.1.55→10.1.5910.1.55→10.1.591.11.0→1.11.24.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final4.1.135.Final→4.2.17.Final6.5.10→6.5.116.2.18→6.2.1910.9→10.9.13.0.5→3.0.63.0.5→3.0.63.0.5→3.0.63.0.5→3.0.67.34.3→7.34.77.34.3→7.34.77.34.3→7.34.77.34.3→7.34.72.17.1→2.19.02.17.1→2.19.042.7.11→42.7.133.5.8→3.5.101.12.1→1.12.25.0.6→5.1.05.0.6→5.1.09.1.0.Final→9.1.3.Final2.2.49→2.2.542.2.49→2.2.542.2.49→2.2.546.2.5→6.3.12.8.17→2.9.07.6.0.202603022253-r→7.7.1.202607240634-r7.6.0.202603022253-r→7.7.1.202607240634-r7.6.0.202603022253-r→7.7.1.202607240634-r1.84→1.851.84→1.851.84→1.85.21.84→1.851.22.0→1.22.15.14.0→5.15.04.9.8→4.10.44.8.184→4.8.1932.14.2→2.14.35.4→5.4.35.4→5.4.33.3.0→3.3.23.2.4→3.4.19.4.1→9.6.17.22.0→7.24.06.5.4→6.5.111.13.0→1.15.03.5.3→3.5.43.3.0→3.3.22.2.49→2.2.543.5.15→3.5.163.3.0→3.3.23.3.0→3.3.23.0.4→3.0.52.3.6→2.3.74.5.0→4.6.01.35.0→1.36.133.6.0-jre→33.7.1-jre1.5.35→1.6.31.5.35→1.6.33.1.11→3.1.122.44.4→2.54.27.34.3→7.34.72.22.1→2.22.22.3.21→2.4.101.62.0→1.65.04.0.2→4.1.03.5.15→3.5.161.16.5→1.17.12.0.17→2.0.182.6.0→2.8.0Release Notes
apache/kafka (apache/kafka)
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.1Compare Source
gradle/actions (gradle/actions)
v6.3.0Compare Source
Highlights
Enhanced Caching: Windows fixes and a cache-protocol bump
This release updates
gradle-actions-cachingto v1.0.0 (up from v0.7.0), which fixes two significant caching defects, both most visible on Windows:Cache entries failed to store at all on Windows.. Every entry failed
with
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, even though the Gradle User Home was fully intact. Nothing was stored, soevery downstream job ran against an empty Gradle User Home. The cause was a nested,
unpatched copy of
@actions/globcombined with a silently swallowedrequire()inthe bundle, which left Windows path separators unnormalized.
Cache cleanup deleted instrumented jars that were in use. A bug in key
hashing for paths shorter than 64 characters made cleanup judge freshly created
caches/jars-9entries as unused and remove them, so theinstrumented-jarsentrywas never saved and every job re-instrumented its classpaths.
Also included: cache entry names are now consistent between the save and restore
reports — restore previously fell back to showing the raw glob pattern (e.g.
/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*/) instead ofdependencies.Basic caching warns instead of failing silently
The basic (open-source) caching provider now emits a warning and reports
(Entry not saved: save failed)in the Job Summary when a cache save fails, ratherthan reporting success (#1028).
Dependency submission works with Isolated Projects
dependency-submissionnow disables Isolated Projects via a promoted property, sodependency graph generation works on builds that enable it (#1025). Thanks to @reinsch82 for the contribution.
Updated defaults
wrapper-validationWhat's Changed
New Contributors
Full Changelog: gradle/actions@v6.2.0...v6.3.0
zizmorcore/zizmor-action (zizmorcore/zizmor-action)
v0.6.2Compare Source
zizmor 1.29.0 is now the default version.
yawkat/lz4-java (at.yawk.lz4:lz4-java)
v1.11.2: lz4-java v1.11.2Security release for GHSA-6cx8-rjf8-pr8g and GHSA-4v53-57pg-c464.
What's Changed
New Contributors
Full Changelog: yawkat/lz4-java@v1.11.1...v1.11.2
v1.11.1: lz4-java v1.11.1Security release for CVE-2026-59949.
What's Changed
Full Changelog: yawkat/lz4-java@v1.11.0...v1.11.1
spring-projects/spring-security (org.springframework.security:spring-security-core)
v6.5.11Compare Source
🪲 Bug Fixes
FormPostRedirectStrategyshould not emit percent-encoded values into hidden form inputs #19136🔨 Dependency Upgrades
🔩 Build Updates
spring-projects/spring-framework (org.springframework:spring-core)
v6.2.19This maintenance release fixes a high number of CVEs. You can learn more about this in the "Spring and Security In The Times Of AI" blog post. Here is the full list of 16 CVEs:
⭐ New Features
AntPathMatcher#36886Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.