Browse Source

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
tags/8.11.0.alpha1
Tatu Lund 4 years ago
parent
commit
4c4fbedd03
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save