Hi Ruben, On Fri, 2020-11-27 at 15:13 -0800, Ruben Reusser wrote: > thank you - there seems to be quite a list of outdated bundles int > the > starter even outside of sling itself. I am trying to wrap my head > around > how to make bring everything safely up to date. > > it looks like some of the versions in use have known security > vulnerabilities.
Not sure what you mean by wrapping your head around bringing everything up to date, but my usual process for updating the starter is: 1. Update all dependencies in the feature model 2. run `mvn install` 3. Launch it, click around a bit ( composum, slingshot ) 4. Run the Sling ITs Sometimes I skip 3 and 4 for trivial updates :-) Hope that helps, Thanks, Robert
