diff options
author | Tatu Lund <tatu@vaadin.com> | 2020-04-07 14:02:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 14:02:52 +0300 |
commit | 4c4fbedd03c4fca7542016094d87606328ad9e58 (patch) | |
tree | 948a478d4b26f3912c3eb72e53aae6d848fa51b4 /pom.xml | |
parent | 7b063207119ea708551888a41f3d53e86681fb59 (diff) | |
download | vaadin-framework-4c4fbedd03c4fca7542016094d87606328ad9e58.tar.gz vaadin-framework-4c4fbedd03c4fca7542016094d87606328ad9e58.zip |
Update hibernate dependency (#11905)
Vaadin is not affected by CVE-2014-3558, the purpose of the update is avoid false positive alarm.
Fixes: https://github.com/vaadin/framework/issues/11903
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>4.2.0.Final</version> + <version>4.3.2.Final</version> </dependency> <dependency> <groupId>org.jsoup</groupId> |