spotless icon indicating copy to clipboard operation
spotless copied to clipboard

fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v7

Open renovate[bot] opened this issue 1 year ago • 5 comments

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 age adoption passing confidence

[!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.

renovate[bot] avatar Sep 11 '24 01:09 renovate[bot]

JGit 7 bumps the required JRE to 17, which seems too high for us for now.

nedtwigg avatar Oct 10 '24 22:10 nedtwigg

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!

nedtwigg avatar Oct 15 '24 17:10 nedtwigg

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.

coderkun avatar Jan 06 '25 13:01 coderkun

  • This is blocked on #2375

nedtwigg avatar Jan 07 '25 06:01 nedtwigg

⚠️ 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

renovate[bot] avatar Mar 14 '25 18:03 renovate[bot]

  • 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

nedtwigg avatar Jul 21 '25 18:07 nedtwigg

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.

renovate[bot] avatar Jul 21 '25 19:07 renovate[bot]

Published in plugin-gradle 8.0.0 and plugin-maven 3.0.0.

nedtwigg avatar Sep 24 '25 17:09 nedtwigg