Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatility issues with dependency-check - no release of cyclonedx-core-java since oct 23 #399

Open
boardbloke opened this issue Apr 25, 2024 · 1 comment

Comments

@boardbloke
Copy link

I can see on master, in pom.xml that jackson-dataformat-xml 2.16.1, but the currently released version (8.0.3) uses v2.15.3.

When used in a Gradle build (via the Cyclone DXP Plugin) that causes incompatibility issues with other plugins - like the dependency-check OWASP plugin - which is already using jackson v 2.16.1

That is, the version of jackson selected by Gradle for a build that contains both cyclone and owasp plugins is 2.16.1 and that causes cylonedx to crash.

Can we have a release that reflects what is on master please?

Many Thanks!
Neilll

@boardbloke
Copy link
Author

I should add, when there is a version conflict I see the following in my build output when running the cycloneDx task from the Gradle plugin -

Execution failed for task ':cyclonedxBom'.

'void com.fasterxml.jackson.core.base.GeneratorBase.(int, com.fasterxml.jackson.core.ObjectCodec, com.fasterxml.jackson.core.io.IOContext)'

Not sure if that is this library or the grdale plugin code that uses it though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant