exceptionfactory commented on PR #6218: URL: https://github.com/apache/nifi/pull/6218#issuecomment-1194054560
The `nifi-web-ui` configuration relies on [jquery-ui-dist](https://www.npmjs.com/package/jquery-ui-dist), which packages precompiled versions of the JavaScript and CSS. As a result of this approach, upgrading the transitive dependency on jquery-ui does not upgrade the runtime version. At this time, jquery-ui-dist is still on version 1.13.1. The version of jquery-ui-dist should be upgraded when 1.13.2 is available, or a different approach will need to be considered. -- 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]
