From 66f2ab2098b78f5e725a3feb4328533651f179ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 11:12:40 +0000 Subject: [PATCH] [Security] Bump hibernate-validator from 4.0.0.GA to 5.0.0.Final Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.0.0.GA to 5.0.0.Final. **This update includes a security fix.** - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/4.0.0.GA...5.0.0.Final) Signed-off-by: dependabot-preview[bot] --- quickstart/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/pom.xml b/quickstart/pom.xml index fd82b3d..b73ddff 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -93,7 +93,7 @@ org.hibernate hibernate-validator - 4.0.0.GA + 5.0.0.Final provided