mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Document Spring Boot Upgrade steps and usage of `dependagen` #3086

Closed de-jcup closed 2 months ago

de-jcup commented 2 months ago

Situation

We use https://github.com/de-jcup/dependagen to generate a gradle file containing meta information about the libraries used/provided by spring boot.

With this information we can simply write library parts (without any spring dependency) but still use the same library versions as the sping related parts.

But this is currently not documented

Wanted

Shall be documented.