ljmotta opened a new issue, #3977: URL: https://github.com/apache/incubator-kie-tools/issues/3977
Currently the Bootstrap4 form code generation package uses the following dependencies: ``` "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"; "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"; "https://code.jquery.com/jquery-3.2.1.slim.min.js"; ``` Bootstrap4 and jQuery already had a new release version, meaning the versionss can be upgraded. jQuery: https://releases.jquery.com/jquery/ Bootstrap4: https://getbootstrap.com/docs/4.1/getting-started/download/ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
