fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.eclipse.jgit:org.eclipse.jgit | 6.10.1.202505221210-r -> 7.3.0.202506031305-r |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
JGit 7 bumps the required JRE to 17, which seems too high for us for now.
Gradle 8.10.2 is now generating warnings that JVM pre-17 has been deprecated. So we'll be able to bump this sooner than I thought!
Gradle 8.10.2 is now generating warnings that JVM pre-17 has been deprecated. So we'll be able to bump this sooner than I thought!
Any news on this? I would be nice to get this in to solve #1765.
- This is blocked on #2375
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: gradle.properties
Command failed: ./gradlew --console=plain --dependency-verification lenient -q properties
[Fatal Error] :7:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
/ERROR WHILE PARSING BELOW
<html>
<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center>The plain HTTP request was sent to HTTPS port</center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
\ERROR WHILE PARSING ABOVE
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':lib-extra'.
> java.lang.RuntimeException: org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1m 15s
- we should undo this in this PR https://github.com/diffplug/spotless/commit/0c66cb027d4d190ae27676ed04afe0327c348c07
- this new JGit should fix this also #1765
- and hopefully #2514 won't be necessary anymore also
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Published in plugin-gradle 8.0.0 and plugin-maven 3.0.0.