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
Behavior:
when a project includes 'com.atlassian.plugins:atlassian-plugins-osgi:4.5.0' as a dependency, (transitive or otherwise), and JSON is included as an output format, any call to dependencyCheckAnalyze fails to generate the json with a com.google.gson.stream.MalformedJsonException
The text was updated successfully, but these errors were encountered:
Reproduced on 3.3.1 and 3.2.0 have not tested other versions
Log from gradle plugin: https://gist.github.com/ghollies/da0b2631ff7d22c082d54536592e6df9
minimal gradle configuration: https://gist.github.com/ghollies/37eafcacc0344ca81bb9d6fbb15bbbeb
Behavior:
when a project includes
'com.atlassian.plugins:atlassian-plugins-osgi:4.5.0'
as a dependency, (transitive or otherwise), and JSON is included as an output format, any call todependencyCheckAnalyze
fails to generate the json with acom.google.gson.stream.MalformedJsonException
The text was updated successfully, but these errors were encountered: