summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Lund <tatu@vaadin.com>2020-08-26 11:46:24 +0300
committerGitHub <noreply@github.com>2020-08-26 11:46:24 +0300
commit1f458749d350b67ddc0ad44828fa5e07e8fe5985 (patch)
tree54e80b2aad207d8e03d9ac1d7a01efb9965ef94e /pom.xml
parent0a8ef38b0549d8b975e05aa5967cc8e05283bb27 (diff)
downloadvaadin-framework-1f458749d350b67ddc0ad44828fa5e07e8fe5985.tar.gz
vaadin-framework-1f458749d350b67ddc0ad44828fa5e07e8fe5985.zip
Bump hibernate-validator from 5.3.5.Final to 5.3.6.Final (#12085)
Pick from https://github.com/vaadin/framework/pull/12084
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 63807b7041..c55c9af18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>5.3.5.Final</version>
+ <version>5.3.6.Final</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>