flxbl-io / sfp

A build system for modular development in Salesforce
https://docs.flxbl.io/sfp/
MIT License
27 stars 13 forks source link

fix: scala jars updated to latest patch for 2.13.x #47

Closed JonnyPower closed 5 months ago

JonnyPower commented 5 months ago

Resolves know CVE with scala-library pre v2.13.9

Related to #46

Checklist

All items have to be completed before a PR is merged

CLAassistant commented 5 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

JonnyPower commented 5 months ago

@azlam-abdulsalam what's the build process for apex-link? feels like the pom is missing something? should the dependencies instead be defined in the pom.xml?

azlam-abdulsalam commented 5 months ago

@JonnyPower there is no build process as such, what is done is we use the maven to fetch the dependencies and keep it within the repo

azlam-abdulsalam commented 5 months ago

Closing this PR, as this is fixed in https://github.com/flxbl-io/sfp/pull/49