fix(deps): update dependency org.springframework.ldap:spring-ldap-core to v2.4.4 [security]#2938
fix(deps): update dependency org.springframework.ldap:spring-ldap-core to v2.4.4 [security]#2938renovate[bot] wants to merge 1 commit into
Conversation
Problem: Renovate keeps opening major-bump PRs (Spring 5/6, Spring Security 5+, Hibernate 5+) because the Maven Central versions newer than what we pin in gradle.properties show up as available, and [security] flags in those PRs amplify the noise. Each major is a coordinated migration we are not ready for, and we close them by hand every cycle. Recent examples: #2937, #2940, #2941, #2942. Goal: encode the migration constraints in renovate.json so Renovate stops offering majors that won't be merged. Stays consistent with the same pinning pattern applied across the portlet repos in the recent sweep (AnnouncementsPortlet, basiclti-portlet, FeedbackPortlet, NotificationPortlet, etc.). Changes: - renovate.json: add three packageRules entries with allowedVersions - org.springframework:* / .data:* / .webflow:* → < 5.0 (Spring 5+ requires a coordinated API migration; Spring 6+ adds Jakarta EE + Java 17 on top.) - org.springframework.security:* / .oauth:* → < 5.0 (Bound to the Spring Framework 4.3.x line; moves in lockstep.) - org.hibernate:* / org.hibernate.orm:* → < 5.0 (Hibernate 5+ has API + EntityManager changes; 6+ renames the groupId and needs Jakarta EE + Java 17.) Notes: did not pin Spring LDAP (2.x is current line, 2.4.4 bump in #2938 is a minor), Springfox (2.10.0 bump in #2935 is also a minor), or Guava (#2939 to v32 is plausible — resource-server already runs guava 32). These can flow through normally. Closes #2937, #2940 (duplicates). Closes #2941, #2942 (won't migrate this release). Refs #2938, #2935, #2939 (allowed to proceed normally).
|
@renovatebot rebase Triggering a rebase + fresh CI run. Master has moved since this was last tested (most relevantly #2944 which excluded Spring transitives elsewhere). If the |
…e to v2.4.4 [security]
9ed79db to
3f7b803
Compare
|
Closing — spring-ldap 2.4.x transitively pulls in a newer Spring core where |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
2.3.4.RELEASE→2.4.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Spring LDAP data exposure vulnerability
CVE-2024-38829 / GHSA-mqvr-2rp8-j7h4
More information
Details
A vulnerability in Spring LDAP allows data exposure for case sensitive comparisons.This issue affects Spring LDAP: from 2.4.0 through 2.4.3, from 3.0.0 through 3.0.9, from 3.1.0 through 3.1.7, from 3.2.0 through 3.2.7, AND all versions prior to 2.4.0.
The usage of String.toLowerCase() and String.toUpperCase() has some Locale dependent exceptions that could potentially result in unintended columns from being queried
Related to CVE-2024-38820 https://spring.io/security/cve-2024-38820
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
spring-projects/spring-ldap (org.springframework.ldap:spring-ldap-core)
v2.4.4Compare Source
New Features
Dependency Upgrades
v2.4.2Compare Source
New Features
Bug Fixes
v2.4.1Compare Source
🪲 Bug Fixes
🔨 Dependency Upgrades
v2.4.0Compare Source
⭐ New Features
org.springframework.ldap.coreis split #632🪲 Bug Fixes
🔨 Dependency Upgrades
v2.3.8.RELEASE🪲 Bug Fixes
v2.3.6.RELEASECompare Source
⭐ New Features
🪲 Bug Fixes
v2.3.5.RELEASECompare Source
⭐ New Features
🪲 Bug Fixes
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.