You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of my company's build started failing due CVE-2023-4759 which was flagged by our internally hosted IQ Server.
None of our projects directly depend on JGit, but instead it is a transitive dependency from Gradle plugins such as gradle-git-publish and com.diffplug.spotless.
This is easily resolved using a constraint such as:
However, I think it would be better if a new version of this library was released since rich versions are used, so it should pick up the latest version when built/published.
The text was updated successfully, but these errors were encountered:
Several of my company's build started failing due CVE-2023-4759 which was flagged by our internally hosted IQ Server.
None of our projects directly depend on JGit, but instead it is a transitive dependency from Gradle plugins such as
gradle-git-publish
andcom.diffplug.spotless
.This is easily resolved using a constraint such as:
However, I think it would be better if a new version of this library was released since rich versions are used, so it should pick up the latest version when built/published.
The text was updated successfully, but these errors were encountered: