fix(deps): update maven dependencies (major)#1914
fix(deps): update maven dependencies (major)#1914renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Summary
|
|
Renovate Jira issue ID: SLCORE-2235 |
|
|
||
| <!-- JGit 7 rely on Java 17 and only used by the backend, JGit 6 relying on Java 11 for the Java clients --> | ||
| <jgit6.version>6.10.1.202505221210-r</jgit6.version> | ||
| <jgit6.version>7.6.0.202603022253-r</jgit6.version> |
There was a problem hiding this comment.
jgit6.version has been set to a JGit 7.x release (7.6.0.202603022253-r), but the comment directly above this line explicitly states this property exists to pin JGit to version 6 for the Java 11 clients. client/java-client-utils (<maven.compiler.release>11</maven.compiler.release>) and client/java-client-dependencies both reference ${jgit6.version}. JGit 7 requires Java 17, so this will break compilation or runtime for the Eclipse/OSGi client.
On top of that, jgit6.version is now 7.6.0 — newer than jgit7.version (7.5.0), which is an obvious version inversion.
Renovate seems to have treated this as an ordinary bump without understanding the architectural split. jgit6.version should stay on the latest 6.x release; any JGit 7.x upgrade belongs solely in jgit7.version.
This PR contains the following updates:
6.4.0→7.2.16.2.16→7.0.611.20.3→12.1.011.20.3→12.1.06.10.1.202505221210-r→7.6.0.202603022253-r0.24.0→1.0.01.0-beta-1→2.1.11.9.25→2.3.205.14.3→6.0.35.14.3→6.0.35.14.3→6.0.31.7.36→2.0.17Release Notes
bndtools/bnd (biz.aQute.bnd:bnd-maven-plugin)
v7.2.1: Bnd/Bndtools 7.2.1Compare Source
See Release Notes.
Full Changelog: bndtools/bnd@7.2.0...7.2.1
v7.2.0: Bnd/Bndtools 7.2.0Compare Source
See Release Notes.
What's Changed
Configuration
📅 Schedule: Branch creation - "after 7am every weekday,before 7pm every weekday" in timezone CET, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.