diff options
author | Tatu Lund <tatu@vaadin.com> | 2020-08-26 11:46:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 11:46:24 +0300 |
commit | 1f458749d350b67ddc0ad44828fa5e07e8fe5985 (patch) | |
tree | 54e80b2aad207d8e03d9ac1d7a01efb9965ef94e /pom.xml | |
parent | 0a8ef38b0549d8b975e05aa5967cc8e05283bb27 (diff) | |
download | vaadin-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |