From 5999a775d3bc8492bebecf3c436e04fc122314ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:35:05 +0000 Subject: [PATCH 1/2] Bump org.hibernate.validator:hibernate-validator-cdi Bumps [org.hibernate.validator:hibernate-validator-cdi](https://github.com/hibernate/hibernate-validator) from 8.0.0.Final to 8.0.1.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.0.Final...8.0.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator-cdi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 1ee6d307ff5..a053799f358 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -78,7 +78,7 @@ 3.1.5.payara-p1 3.0.2 8.0.0.Final - 8.0.0.Final + 8.0.1.Final 4.0.1 2.1.0 3.0.0 From 92cd027cd35d2ad839ed648ec5c3431e8cf082c2 Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Mon, 22 Apr 2024 11:26:46 +0100 Subject: [PATCH 2/2] FISH-8549 Remove redundant property, and update hibernate validator to 8.0.1.Final Signed-off-by: Andrew Pielage --- core/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index a053799f358..5f3567495e3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -77,8 +77,7 @@ 2.17.0 3.1.5.payara-p1 3.0.2 - 8.0.0.Final - 8.0.1.Final + 8.0.1.Final 4.0.1 2.1.0 3.0.0 @@ -782,7 +781,7 @@ org.hibernate.validator hibernate-validator-cdi - ${hibernate.validator-cdi.version} + ${hibernate.validator.version}