diff options
author | Tatu Lund <tatu@vaadin.com> | 2021-08-24 13:53:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 13:53:34 +0300 |
commit | c019c5d5ae61513aecb8b0f5a051e7b24b82db1d (patch) | |
tree | 709d5c385b166cf8e5128ac2558c186fa911aaf4 /pom.xml | |
parent | f4e16a189ae654e19db0c64667a0751e62f4b4e5 (diff) | |
download | vaadin-framework-c019c5d5ae61513aecb8b0f5a051e7b24b82db1d.tar.gz vaadin-framework-c019c5d5ae61513aecb8b0f5a051e7b24b82db1d.zip |
Update to Jsoup 1.14.2 (#12381)
Diffstat (limited to 'pom.xml')
-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.11.2</jsoup.version> + <jsoup.version>1.14.2</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 --> |