github vaadin/flow 1.0.17
Flow 1.0.17

2 years ago

What's Changed

Security Fixes

  • Security upgrade org.jsoup:jsoup to 1.15.3
    Commit · Pull request

    The following vulnerability are fixed with the upgrade: https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-2989728

    • Important Note: Upgrading jsoup from 1.14.3 to 1.15.3 includes an API breaking change and it might prevents the compilation of your code (only if you had a any direct usage of the removed deprecated class org.jsoup.safety.Whitelist). This was necessary to fix the potential security vulnerability listed above, and it is recommended to upgrade to this version. If you happened to have a compile error in your application, simply replace any possible occurrences of org.jsoup.safety.Whitelist with org.jsoup.safety.Safelist and there should not be any other hassles.

Full Changelog: 1.0.16...1.0.17

Don't miss a new flow release

NewReleases is sending notifications on new releases.