Hello everyone.
Within the financial application that we are doing, some security tests are being made and a vulnerability was detected in the jquery library v1.12.4 used by vaadin. Is there any direct way to update this library to pass the tests?
Then you need to specify a new path to the jQuery library which is used in a project as WebJar. To do so, define the cuba.web.webjars.jqueryPath property in the web-app.properties file, for example:
Pay attention that the FileUploadField uses the jQuery UI and jQuery FileUpload libraries, so make sure that a new version of jQuery is compatible with them.