aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Lund <tatu@vaadin.com>2020-04-07 14:02:52 +0300
committerGitHub <noreply@github.com>2020-04-07 14:02:52 +0300
commit4c4fbedd03c4fca7542016094d87606328ad9e58 (patch)
tree948a478d4b26f3912c3eb72e53aae6d848fa51b4 /pom.xml
parent7b063207119ea708551888a41f3d53e86681fb59 (diff)
downloadvaadin-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 45207d4261..4799f02815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>