diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-10-19 09:00:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 09:00:56 +0300 |
commit | 3466780aedeea4a9385bfbdfee1748a2fe841a47 (patch) | |
tree | c0cd5d353a4e36528d32c877f65ed41ead0925c8 | |
parent | 2ef9cf819a431a8fc07fceffaa9cfe1ed6feb292 (diff) | |
download | vaadin-framework-3466780aedeea4a9385bfbdfee1748a2fe841a47.tar.gz vaadin-framework-3466780aedeea4a9385bfbdfee1748a2fe841a47.zip |
Use Jsoup 1.14.3 (#12438) (#12443)
Co-authored-by: Tatu Lund <tatu@vaadin.com>
-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 --> |