diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-10-15 17:09:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 17:09:47 +0300 |
commit | b3b2eb503da52f52613203a98d3e3675ae5062e4 (patch) | |
tree | 0d2cfb991191a68d30de36c3198cb90ddd22bb0b | |
parent | b691ebf2b33adc100b005ac185e85ba73b625875 (diff) | |
download | vaadin-framework-b3b2eb503da52f52613203a98d3e3675ae5062e4.tar.gz vaadin-framework-b3b2eb503da52f52613203a98d3e3675ae5062e4.zip |
Use Jsoup 1.114.3 (#12438)
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ <!-- Used in OSGi manifests --> <javax.validation.version>2.0.1.Final</javax.validation.version> - <jsoup.version>1.14.2</jsoup.version> + <jsoup.version>1.14.3</jsoup.version> <javax.portlet.version>2.0</javax.portlet.version> <vaadin.sass.version>0.9.13</vaadin.sass.version> <!-- Note that this should be kept in sync with the class Constants --> |