mdedetrich commented on issue #376: URL: https://github.com/apache/incubator-pekko/issues/376#issuecomment-1587070797
@pjfanning So scala-center figured out why this is happening, its because its reporting dependencies from sbt plugins as well, not just the run/compile time, see https://github.com/scalacenter/sbt-dependency-submission/issues/109#issuecomment-1586974291. How should we configure this, i.e. should we be filtering out any sbt plugins on the premise that users of Pekko are not actually going to touch this code because its build related or should we report all potential security issues? Regardless we should solve this by adding `libraryDependency += "com.fasterxml.jackson.core:jackson-databind:2.14.3"` to `project/plugins.sbt`. Ill make a PR now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
