<p>Hi, unfortunately, I found an issue with this configuration:</p><ol><li>

Hi, unfortunately, I found an issue with this configuration:

  1. com.github.appreciated:vaadin-css-grid:2.0.0
  2. Vaadin version: 14.10.1
  3. org.jsoup: 1.11.3

Generated an exception in this function:

com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer

private void inspectTwoWayBindings(org.jsoup.nodes.Element element)

Exception is: 

java.lang.NoSuchMethodError: 'org.jsoup.nodes.Element org.jsoup.nodes.Element.traverse(org.jsoup.select.NodeVisitor)'

I solved this issue by using the latest version of org.jsoup for the current moment(05.06.23):

org.jsoup: 1.16.1