By: David Franzkoch user 02 May 2018 at 11:28 a.m. CDT

2 Responses
David Franzkoch gravatar
In the release notes for 3.1.3 we can find the following: > Gluu Server 3.1.3 Upgraded system components and libraries > We've upgraded many dependencies and system components to their latest versions to remediate known vulnerabilities. But the upgrade instructions only tell you to switch out the .war files. How are the dependencies / system components inside the container updated/upgraded? Can you please clarify?

By Yuriy Movchan staff 02 May 2018 at 11:51 a.m. CDT

Yuriy Movchan gravatar
Mostly this is about java libraries (jar) dependencies. Hence after war updates you will do this. Also partially this statement is about chroot update. We update packages inside it before building 3.1.3. You can do this manually in chroot too.

By David Franzkoch user 03 May 2018 at 8:24 a.m. CDT

David Franzkoch gravatar
Thanks! Will update the packages inside chroot containter as well then. This info maybe should be included in the update guides. Thought of the container as I black box I was not supposed to touch, package wise.